[hibernate-commits] Hibernate SVN: r11383 - trunk/Hibernate3/test/org/hibernate/test/legacy.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Apr 2 11:34:02 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-04-02 11:34:02 -0400 (Mon, 02 Apr 2007)
New Revision: 11383

Modified:
   trunk/Hibernate3/test/org/hibernate/test/legacy/SQLLoaderTest.java
Log:
testsuite cleanup

Modified: trunk/Hibernate3/test/org/hibernate/test/legacy/SQLLoaderTest.java
===================================================================
--- trunk/Hibernate3/test/org/hibernate/test/legacy/SQLLoaderTest.java	2007-04-02 15:21:09 UTC (rev 11382)
+++ trunk/Hibernate3/test/org/hibernate/test/legacy/SQLLoaderTest.java	2007-04-02 15:34:02 UTC (rev 11383)
@@ -436,8 +436,9 @@
 	   session.close();
 
 	}
-	
-	public void testReturnPropertyComponentRename() throws HibernateException, SQLException {
+
+	public void testReturnPropertyComponentRenameFailureExpected() throws HibernateException, SQLException {
+		// failure expected because this was a regression introduced previously which needs to get tracked down.
 		Session session = openSession();
 		Componentizable componentizable = setupComponentData(session);
 		




More information about the hibernate-commits mailing list