ItEr60S04ValidacionEProbasFuncionaisItEr59S04: With testing database use create-drop strategy.

This is for avoiding spurious errors due to data left behind or schema
changes.
This commit is contained in:
Óscar González Fernández 2010-08-16 12:11:09 +02:00
parent 1aab1b8667
commit e3cb41434b
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
<property name="hibernate.show_sql">true</property>
<property name="hibernate.format_sql">true</property>
<property name="hibernate.use_sql_comments">true</property>
<property name="hibernate.hbm2ddl.auto">create</property>
<property name="hibernate.hbm2ddl.auto">create-drop</property>
<!-- Configure second level cache -->
<property name="hibernate.cache.provider_class">net.sf.ehcache.hibernate.EhCacheProvider</property>

View file

@ -7,7 +7,7 @@
<property name="hibernate.show_sql">true</property>
<property name="hibernate.format_sql">true</property>
<property name="hibernate.use_sql_comments">true</property>
<property name="hibernate.hbm2ddl.auto">create</property>
<property name="hibernate.hbm2ddl.auto">create-drop</property>
<!-- Configure second level cache -->
<property name="hibernate.cache.provider_class">net.sf.ehcache.hibernate.EhCacheProvider</property>