Repository: juddi Updated Branches: refs/heads/master 580858d85 -> f1b5532c1
NOJIRA another attempt to fix the ci targets Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/f1b5532c Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/f1b5532c Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/f1b5532c Branch: refs/heads/master Commit: f1b5532c1b47b456c3a6362cd50e45b303513a63 Parents: 580858d Author: Alex O'Ree <[email protected]> Authored: Sun Oct 29 09:36:20 2017 -0400 Committer: Alex O'Ree <[email protected]> Committed: Sun Oct 29 09:36:20 2017 -0400 ---------------------------------------------------------------------- .../v3/tck/JUDDI_091_RMISubscriptionListenerIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/f1b5532c/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_091_RMISubscriptionListenerIntegrationTest.java ---------------------------------------------------------------------- diff --git a/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_091_RMISubscriptionListenerIntegrationTest.java b/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_091_RMISubscriptionListenerIntegrationTest.java index 8b80e73..e9d4ccc 100644 --- a/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_091_RMISubscriptionListenerIntegrationTest.java +++ b/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_091_RMISubscriptionListenerIntegrationTest.java @@ -78,7 +78,7 @@ public class JUDDI_091_RMISubscriptionListenerIntegrationTest { //bring up the RMISubscriptionListener //saw this once before // internal error: ObjID already in use - URI rmiEndPoint = new URI("rmi://localhost:" + randomPort + "/tck/rmisubscriptionlistener" + new Random().nextInt() ); + URI rmiEndPoint = new URI("rmi://localhost:" + randomPort + "/tck/rmisubscriptionlistener"); registry = LocateRegistry.createRegistry(rmiEndPoint.getPort()); String path = rmiEndPoint.getPath(); hostname = InetAddress.getLocalHost().getHostName(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
