HHH-6384 - hibernate.hbm2ddl.auto=create does not drop tables

This commit is contained in:
Steve Ebersole 2011-08-31 16:16:59 -05:00
parent 09bba73a25
commit 938c4a870c
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
* 51 Franklin Street, Fifth Floor
* Boston, MA 02110-1301 USA
*/
package org.hibernate.test.schemaexport;
package org.hibernate.test.schemaupdate;
import org.junit.After;
import org.junit.Before;
@ -41,7 +41,7 @@ import static org.junit.Assert.assertEquals;
* @author Gail Badner
*/
public class SchemaExportTest extends BaseUnitTestCase {
private final String MAPPING = "org/hibernate/test/schemaexport/mapping.hbm.xml";
private final String MAPPING = "org/hibernate/test/schemaupdate/mapping.hbm.xml";
private ServiceRegistry serviceRegistry;