Allon Mureinik has uploaded a new change for review. Change subject: core: Removed std from KDCLocatorTest ......................................................................
core: Removed std from KDCLocatorTest Removed printing of results with System.out.println - this is no way to handle robust logging. Change-Id: I37eac9646bcbabe3a80a563e41d7bd904de626cd Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/KDCLocatorTest.java 1 file changed, 0 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/22/14422/1 diff --git a/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/KDCLocatorTest.java b/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/KDCLocatorTest.java index d5f6b17..141974e 100644 --- a/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/KDCLocatorTest.java +++ b/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/KDCLocatorTest.java @@ -3,7 +3,6 @@ import junit.framework.Assert; import org.junit.Test; - import org.ovirt.engine.core.utils.dns.DnsSRVLocator.DnsSRVResult; import org.ovirt.engine.core.utils.kerberos.KDCLocator; @@ -18,10 +17,5 @@ DnsSRVResult result = locator.getKdc(recordsList, "example.com"); int numOfEntries = result.getNumOfValidAddresses(); Assert.assertEquals(numOfEntries, 3); - String[] entries = result.getAddresses(); - for (String entry : entries) { - - System.out.println(entry); - } } } -- To view, visit http://gerrit.ovirt.org/14422 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I37eac9646bcbabe3a80a563e41d7bd904de626cd 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
