From: <fip...@li...> - 2002-09-03 10:07:05
|
Update of /cvsroot/fipa-os/fipaos/src/fipaos/test/mts/http/internal/ns In directory usw-pr-cvs1:/tmp/cvs-serv8888/test/mts/http/internal/ns Modified Files: HTTPAgentNamingServiceImplTest.java Log Message: Changes to make the HTTP Comms test suite run. Index: HTTPAgentNamingServiceImplTest.java =================================================================== RCS file: /cvsroot/fipa-os/fipaos/src/fipaos/test/mts/http/internal/ns/HTTPAgentNamingServiceImplTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** HTTPAgentNamingServiceImplTest.java 23 May 2002 15:47:49 -0000 1.2 --- HTTPAgentNamingServiceImplTest.java 3 Sep 2002 10:06:55 -0000 1.3 *************** *** 238,241 **** --- 238,248 ---- { _ns.stop(); + try + { + Thread.sleep(3000); + } + catch (InterruptedException ie) + { + } } |