[hibernate-commits] Hibernate SVN: r14399 - annotations/trunk/src/test/org/hibernate/test/annotations/query.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Mar 6 17:19:35 EST 2008


Author: epbernard
Date: 2008-03-06 17:19:34 -0500 (Thu, 06 Mar 2008)
New Revision: 14399

Modified:
   annotations/trunk/src/test/org/hibernate/test/annotations/query/QueryAndSQLTest.java
Log:
ANN-700 revert test change

Modified: annotations/trunk/src/test/org/hibernate/test/annotations/query/QueryAndSQLTest.java
===================================================================
--- annotations/trunk/src/test/org/hibernate/test/annotations/query/QueryAndSQLTest.java	2008-03-06 21:44:20 UTC (rev 14398)
+++ annotations/trunk/src/test/org/hibernate/test/annotations/query/QueryAndSQLTest.java	2008-03-06 22:19:34 UTC (rev 14399)
@@ -374,7 +374,7 @@
 	@Override
 	protected String[] getXmlFiles() {
 		return new String[]{
-				//"org/hibernate/test/annotations/query/orm.xml"
+				"org/hibernate/test/annotations/query/orm.xml"
 		};
 	}
 }




More information about the hibernate-commits mailing list