Alon Bar-Lev has uploaded a new change for review. Change subject: host-deploy: fix ssh test suite for stderr ......................................................................
host-deploy: fix ssh test suite for stderr Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1021222 Change-Id: I1057b16d63ed66bb889f6d985cf24539236c7237 Signed-off-by: Alon Bar-Lev <[email protected]> --- M backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/ssh/SSHDialogTest.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/89/20889/1 diff --git a/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/ssh/SSHDialogTest.java b/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/ssh/SSHDialogTest.java index c397d32..f094d0a 100644 --- a/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/ssh/SSHDialogTest.java +++ b/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/ssh/SSHDialogTest.java @@ -347,7 +347,7 @@ sink.exception(); } - @Test(expected=IOException.class) + @Test(expected=RuntimeException.class) public void testStderr() throws Throwable { Sink sink = new Sink( new String[] { -- To view, visit http://gerrit.ovirt.org/20889 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1057b16d63ed66bb889f6d985cf24539236c7237 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
