Allon Mureinik has uploaded a new change for review.

Change subject: core: Removed std from EncryptionUtilsTest
......................................................................

core: Removed std from EncryptionUtilsTest

Removed printing of results with System.out.println - this is no way to
handle robust logging.

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


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/23/14423/1

diff --git 
a/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/crypt/EncryptionUtilsTest.java
 
b/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/crypt/EncryptionUtilsTest.java
index 7ca56d7..19e403c 100644
--- 
a/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/crypt/EncryptionUtilsTest.java
+++ 
b/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/crypt/EncryptionUtilsTest.java
@@ -72,8 +72,6 @@
                                 String plain2 = 
EncryptionUtils.decrypt(encrypted, keyStoreURL, keyStorePass, certAlias);
                                 if (!plain.equals(plain2)) {
                                     failed.set(true);
-                                    System.out.println("BAD");
-                                    System.out.println("plain2: " + plain2);
                                 }
                             }
                             catch (Exception e) {


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia1386b1ddb0e090e5c49a6c3130a3dccfb35a365
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