[hibernate-commits] Hibernate SVN: r11623 - branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2x.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Jun 4 09:09:07 EDT 2007


Author: max.andersen at jboss.com
Date: 2007-06-04 09:09:07 -0400 (Mon, 04 Jun 2007)
New Revision: 11623

Modified:
   branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2x/Hbm2JavaEjb3Test.java
Log:
fix various OS specific casing issues

Modified: branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2x/Hbm2JavaEjb3Test.java
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2x/Hbm2JavaEjb3Test.java	2007-06-04 13:08:43 UTC (rev 11622)
+++ branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2x/Hbm2JavaEjb3Test.java	2007-06-04 13:09:07 UTC (rev 11623)
@@ -43,14 +43,14 @@
 		assertFileAndExists( new File(getOutputDir().getAbsolutePath() + "/org/hibernate/tool/hbm2x/Article.java") );
 		assertFileAndExists( new File(getOutputDir().getAbsolutePath() + "/org/hibernate/tool/hbm2x/Train.java") );
 		assertFileAndExists( new File(getOutputDir().getAbsolutePath() + "/org/hibernate/tool/hbm2x/Passenger.java") );
-		assertFileAndExists( new File(getOutputDir().getAbsolutePath() + "/org/hibernate/tool/hbm2x/TransportationPK.java") );
+		assertFileAndExists( new File(getOutputDir().getAbsolutePath() + "/org/hibernate/tool/hbm2x/TransportationPk.java") );
 //		assertFileAndExists( new File(getOutputDir().getAbsolutePath() + "/org/hibernate/tool/hbm2x/GenericObject.java") );
 //		assertFileAndExists( new File(getOutputDir().getAbsolutePath() + "/org/hibernate/tool/hbm2x/GenericValue.java") );
 	}
 
 	public void testBasicComponent() {
 		assertEquals( "@Embeddable", findFirstString( "@Embeddable", new File( getOutputDir(),
-		"org/hibernate/tool/hbm2x/TransportationPK.java" ) ) );
+		"org/hibernate/tool/hbm2x/TransportationPk.java" ) ) );
 		
 	//	assertEquals( null, findFirstString( "@Column", new File( getOutputDir(),
 		//"org/hibernate/tool/hbm2x/TransportationPK.java" ) ) );




More information about the hibernate-commits mailing list