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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]