[hibernate-commits] Hibernate SVN: r11349 - trunk/Hibernate3/test/org/hibernate/test/component/basic.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Mar 28 11:37:21 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-03-28 11:37:21 -0400 (Wed, 28 Mar 2007)
New Revision: 11349

Modified:
   trunk/Hibernate3/test/org/hibernate/test/component/basic/ComponentTest.java
Log:
oops

Modified: trunk/Hibernate3/test/org/hibernate/test/component/basic/ComponentTest.java
===================================================================
--- trunk/Hibernate3/test/org/hibernate/test/component/basic/ComponentTest.java	2007-03-28 15:37:06 UTC (rev 11348)
+++ trunk/Hibernate3/test/org/hibernate/test/component/basic/ComponentTest.java	2007-03-28 15:37:21 UTC (rev 11349)
@@ -31,7 +31,7 @@
 	}
 
 	public String[] getMappings() {
-		return new String[] { "component/User.hbm.xml" };
+		return new String[] { "component/basic/User.hbm.xml" };
 	}
 
 	public void configure(Configuration cfg) {




More information about the hibernate-commits mailing list