Repository: juddi Updated Branches: refs/heads/master 8c2196b1e -> c9ec98421
JUDDI-256 this should fix some of the bb failures JUDDI-906 this should fix some of the bb failures Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/c9ec9842 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/c9ec9842 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/c9ec9842 Branch: refs/heads/master Commit: c9ec98421d9041a81742cc326fb34e17c631bee5 Parents: 8c2196b Author: Alex <[email protected]> Authored: Fri Jan 9 07:04:56 2015 -0500 Committer: Alex <[email protected]> Committed: Fri Jan 9 07:04:56 2015 -0500 ---------------------------------------------------------------------- .../org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/c9ec9842/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java ---------------------------------------------------------------------- diff --git a/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java b/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java index 5301cd0..e0fae6d 100644 --- a/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java +++ b/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java @@ -153,6 +153,7 @@ public class JUDDI_300_MultiNodeIntegrationTest { } static void refreshTokens() throws Exception { + manager.start(); Transport node1 = manager.getTransport(CFG_node1_MARY); UDDISecurityPortType secNode1 = node1.getUDDISecurityService(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
