You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2012/07/05 17:15:04 UTC

Fwd: svn commit: r1357670 - /openejb/trunk/openejb/server/openejb-multicast/src/test/java/org/apache/openejb/server/discovery/MulticastPulseAgentTest.java

@Andy: seems your changes of this morning broke this test, any idea?

- Romain


---------- Forwarded message ----------
From: <rm...@apache.org>
Date: 2012/7/5
Subject: svn commit: r1357670 -
/openejb/trunk/openejb/server/openejb-multicast/src/test/java/org/apache/openejb/server/discovery/MulticastPulseAgentTest.java
To: commits@openejb.apache.org


Author: rmannibucau
Date: Thu Jul  5 15:12:20 2012
New Revision: 1357670

URL: http://svn.apache.org/viewvc?rev=1357670&view=rev
Log:
fixing compile but not the test

Modified:

openejb/trunk/openejb/server/openejb-multicast/src/test/java/org/apache/openejb/server/discovery/MulticastPulseAgentTest.java

Modified:
openejb/trunk/openejb/server/openejb-multicast/src/test/java/org/apache/openejb/server/discovery/MulticastPulseAgentTest.java
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb/server/openejb-multicast/src/test/java/org/apache/openejb/server/discovery/MulticastPulseAgentTest.java?rev=1357670&r1=1357669&r2=1357670&view=diff
==============================================================================
---
openejb/trunk/openejb/server/openejb-multicast/src/test/java/org/apache/openejb/server/discovery/MulticastPulseAgentTest.java
(original)
+++
openejb/trunk/openejb/server/openejb-multicast/src/test/java/org/apache/openejb/server/discovery/MulticastPulseAgentTest.java
Thu Jul  5 15:12:20 2012
@@ -73,7 +73,7 @@ public class MulticastPulseAgentTest {

         final AtomicBoolean running = new AtomicBoolean(true);
         final AtomicBoolean passed = new AtomicBoolean(false);
-        final MulticastSocket client = MulticastPulseAgent.getSocket(host,
port);
+        final MulticastSocket client =
MulticastPulseAgent.getSockets(host, port)[0];
         final Timer timer = new Timer(true);
         final Set<URI> set = new TreeSet<URI>(new Comparator<URI>() {
             @Override
@@ -190,7 +190,7 @@ public class MulticastPulseAgentTest {
         }

         //Pulse the server
-        final MulticastSocket ms = MulticastPulseAgent.getSocket(host,
port);
+        final MulticastSocket ms = MulticastPulseAgent.getSockets(host,
port)[0];
         ms.send(dp);

         //Wait for thread to die

Re: Fwd: svn commit: r1357670 - /openejb/trunk/openejb/server/openejb-multicast/src/test/java/org/apache/openejb/server/discovery/MulticastPulseAgentTest.java

Posted by Romain Manni-Bucau <rm...@gmail.com>.
thks

- Romain


2012/7/5 AndyG <an...@orprovision.com>

> Yes, I hate intellij cache. Always letting things like this go through :-(
>
> I'll fix it ASAP
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Fwd-svn-commit-r1357670-openejb-trunk-openejb-server-openejb-multicast-src-test-java-org-apache-opena-tp4656057p4656063.html
> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>

Re: Fwd: svn commit: r1357670 - /openejb/trunk/openejb/server/openejb-multicast/src/test/java/org/apache/openejb/server/discovery/MulticastPulseAgentTest.java

Posted by AndyG <an...@orprovision.com>.
Yes, I hate intellij cache. Always letting things like this go through :-(

I'll fix it ASAP

--
View this message in context: http://openejb.979440.n4.nabble.com/Fwd-svn-commit-r1357670-openejb-trunk-openejb-server-openejb-multicast-src-test-java-org-apache-opena-tp4656057p4656063.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.