Allon Mureinik has uploaded a new change for review.

Change subject: corei: Remove prints from TimeSpanTest
......................................................................

corei: Remove prints from TimeSpanTest

Removed useless class to System.out.println() from TimeSpanTest.

Change-Id: I343ae713822fffdc74708f6502f579a4eb8b3cca
Signed-off-by: Allon Mureinik <[email protected]>
---
M 
backend/manager/modules/compat/src/test/java/org/ovirt/engine/core/compat/TimeSpanTest.java
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/54/13854/1

diff --git 
a/backend/manager/modules/compat/src/test/java/org/ovirt/engine/core/compat/TimeSpanTest.java
 
b/backend/manager/modules/compat/src/test/java/org/ovirt/engine/core/compat/TimeSpanTest.java
index 865be5b..c956952 100644
--- 
a/backend/manager/modules/compat/src/test/java/org/ovirt/engine/core/compat/TimeSpanTest.java
+++ 
b/backend/manager/modules/compat/src/test/java/org/ovirt/engine/core/compat/TimeSpanTest.java
@@ -6,7 +6,6 @@
 
     public void testBasicConstructors() {
         TimeSpan span = new TimeSpan(10, 10, 10);
-        System.out.println(span);
         assertEquals("hours1", 10, span.Hours);
         assertEquals("minutes1", 10, span.Minutes);
         assertEquals("seconds1", 10, span.Seconds);
@@ -16,7 +15,6 @@
 
     public void testNegativeConstructors() {
         TimeSpan span = new TimeSpan(1, -20, -10, 10);
-        System.out.println(span);
         assertEquals("days1", 0, span.Days);
         assertEquals("hours1", 3, span.Hours);
         assertEquals("minutes1", 50, span.Minutes);


--
To view, visit http://gerrit.ovirt.org/13854
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I343ae713822fffdc74708f6502f579a4eb8b3cca
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to