fixed validation of failure expected results
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15116 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
891c2d9dfa
commit
a06e9ac1eb
|
@ -150,7 +150,7 @@ public class ExtendsTest extends UnitTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
public void testEntityNamesWithPackageFailureExpected() {
|
||||
public void testEntityNamesWithPackage() {
|
||||
Configuration cfg = new Configuration();
|
||||
try {
|
||||
cfg.addResource( getBaseForMappings() + "extendshbm/packageentitynames.hbm.xml" );
|
||||
|
|
Loading…
Reference in New Issue