[Proxool-cvs] proxool/src/java-test/org/logicalcobwebs/proxool AllTests.java,1.21,1.22
UNMAINTAINED!
Brought to you by:
billhorsman
|
From: <bil...@us...> - 2003-09-28 10:25:46
|
Update of /cvsroot/proxool/proxool/src/java-test/org/logicalcobwebs/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv3595
Modified Files:
AllTests.java
Log Message:
New unit test for Hibernate.
Index: AllTests.java
===================================================================
RCS file: /cvsroot/proxool/proxool/src/java-test/org/logicalcobwebs/proxool/AllTests.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** AllTests.java 27 Apr 2003 22:11:34 -0000 1.21
--- AllTests.java 28 Sep 2003 09:38:39 -0000 1.22
***************
*** 42,45 ****
--- 42,46 ----
suite.addTestSuite(StateListenerTest.class);
suite.addTestSuite(UpdateDefinitionTest.class);
+ suite.addTestSuite(HibernateTest.class);
// TODO Need more investigation into why this fails sometimes.
// suite.addTestSuite(PerformanceTest.class);
***************
*** 60,63 ****
--- 61,67 ----
Revision history:
$Log$
+ Revision 1.22 2003/09/28 09:38:39 billhorsman
+ New unit test for Hibernate.
+
Revision 1.21 2003/04/27 22:11:34 billhorsman
temporary removal of PerformanceTest
|