[hibernate-commits] Hibernate SVN: r10429 - branches/Branch_3_2/Hibernate3/test/org/hibernate/test/jpa

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Sep 1 17:39:46 EDT 2006


Author: steve.ebersole at jboss.com
Date: 2006-09-01 17:39:45 -0400 (Fri, 01 Sep 2006)
New Revision: 10429

Modified:
   branches/Branch_3_2/Hibernate3/test/org/hibernate/test/jpa/JPAComplianceSuite.java
Log:
minor

Modified: branches/Branch_3_2/Hibernate3/test/org/hibernate/test/jpa/JPAComplianceSuite.java
===================================================================
--- branches/Branch_3_2/Hibernate3/test/org/hibernate/test/jpa/JPAComplianceSuite.java	2006-09-01 21:39:34 UTC (rev 10428)
+++ branches/Branch_3_2/Hibernate3/test/org/hibernate/test/jpa/JPAComplianceSuite.java	2006-09-01 21:39:45 UTC (rev 10429)
@@ -14,7 +14,7 @@
  */
 public class JPAComplianceSuite {
 	public static Test suite() {
-		TestSuite suite = new TestSuite( "EJB3-compliance tests");
+		TestSuite suite = new TestSuite( "JPA-compliance tests");
 		suite.addTest( EJB3LockTest.suite() );
 		suite.addTest( RepeatableReadTest.suite() );
 		suite.addTest( JPAProxyTest.suite() );




More information about the hibernate-commits mailing list