|
From: Michael R. <mr...@us...> - 2004-08-12 14:31:05
|
Update of /cvsroot/openorb/OpenORB/src/test/org/openorb/orb/test/iiop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26121/src/test/org/openorb/orb/test/iiop Modified Files: IIOPTest.java Log Message: Added testcase update Index: IIOPTest.java =================================================================== RCS file: /cvsroot/openorb/OpenORB/src/test/org/openorb/orb/test/iiop/IIOPTest.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- IIOPTest.java 9 Aug 2004 12:43:55 -0000 1.8 +++ IIOPTest.java 12 Aug 2004 14:30:56 -0000 1.9 @@ -52,7 +52,6 @@ suite.addTestSuite( BiDirTest.class ); suite.addTestSuite( StateTest.class ); suite.addTestSuite( ComplexTest.class ); - // TODO: Fix the problem before removing the comment //suite.addTestSuite( FragmentedMessageTest.class ); return suite; } |