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:
Steve Ebersole 2008-08-19 21:06:29 +00:00
parent 891c2d9dfa
commit a06e9ac1eb
1 changed files with 1 additions and 1 deletions

View File

@ -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" );