[Proxool-cvs] proxool/src/java-test/org/logicalcobwebs/proxool AllTests.java,1.23,1.24
UNMAINTAINED!
Brought to you by:
billhorsman
From: <bil...@us...> - 2003-11-04 13:23:21
|
Update of /cvsroot/proxool/proxool/src/java-test/org/logicalcobwebs/proxool In directory sc8-pr-cvs1:/tmp/cvs-serv29315/src/java-test/org/logicalcobwebs/proxool Modified Files: AllTests.java Log Message: Added PropetyTest Index: AllTests.java =================================================================== RCS file: /cvsroot/proxool/proxool/src/java-test/org/logicalcobwebs/proxool/AllTests.java,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** AllTests.java 26 Oct 2003 16:23:20 -0000 1.23 --- AllTests.java 4 Nov 2003 13:23:18 -0000 1.24 *************** *** 38,41 **** --- 38,42 ---- suite.addTestSuite(HypersonicTest.class); suite.addTestSuite(ManyPoolsTest.class); + suite.addTestSuite(PropertyTest.class); suite.addTestSuite(PrototyperTest.class); suite.addTestSuite(ProxyConnectionTest.class); *************** *** 63,66 **** --- 64,70 ---- Revision history: $Log$ + Revision 1.24 2003/11/04 13:23:18 billhorsman + Added PropetyTest + Revision 1.23 2003/10/26 16:23:20 billhorsman Fixed up test suites |