Author: steve.ebersole(a)jboss.com
Date: 2008-08-19 17:20:05 -0400 (Tue, 19 Aug 2008)
New Revision: 15117
Modified:
core/branches/Branch_3_3/testsuite/src/test/java/org/hibernate/test/extendshbm/ExtendsTest.java
Log:
fixed validation of failure expected results
Modified:
core/branches/Branch_3_3/testsuite/src/test/java/org/hibernate/test/extendshbm/ExtendsTest.java
===================================================================
---
core/branches/Branch_3_3/testsuite/src/test/java/org/hibernate/test/extendshbm/ExtendsTest.java 2008-08-19
21:06:29 UTC (rev 15116)
+++
core/branches/Branch_3_3/testsuite/src/test/java/org/hibernate/test/extendshbm/ExtendsTest.java 2008-08-19
21:20:05 UTC (rev 15117)
@@ -150,7 +150,7 @@
}
}
- public void testEntityNamesWithPackageFailureExpected() {
+ public void testEntityNamesWithPackage() {
Configuration cfg = new Configuration();
try {
cfg.addResource( getBaseForMappings() +
"extendshbm/packageentitynames.hbm.xml" );
Show replies by date