You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by sc...@apache.org on 2005/06/09 21:55:24 UTC

svn commit: r189803 - /incubator/muse/trunk/src/ieeedemo/src/test/WeatherStationNotifTest.java

Author: scamp
Date: Thu Jun  9 12:55:22 2005
New Revision: 189803

URL: http://svn.apache.org/viewcvs?rev=189803&view=rev
Log: (empty)

Modified:
    incubator/muse/trunk/src/ieeedemo/src/test/WeatherStationNotifTest.java

Modified: incubator/muse/trunk/src/ieeedemo/src/test/WeatherStationNotifTest.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/test/WeatherStationNotifTest.java?rev=189803&r1=189802&r2=189803&view=diff
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/test/WeatherStationNotifTest.java (original)
+++ incubator/muse/trunk/src/ieeedemo/src/test/WeatherStationNotifTest.java Thu Jun  9 12:55:22 2005
@@ -99,6 +99,11 @@
             XmlCursor xmlCursor = operationalStatus.newCursor();
             String currentStatus = xmlCursor.getTextValue();
 
+
+            //try again to get the available message
+            m_listener = new PortListen(80, 600000);
+            String messageText2 = m_listener.waitForIncomingMessage();
+
         }
         catch (Exception e)
         {



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org