CCM NG: Reenabled defaultCleanupPhase=NONE in arquillian.xml. All tests should have @CleanupUsingScript which is executed regardless of the configured cleanup phase. Setting
defaultCleanupPhase=NONE makes it easier to disable the cleanup (just by commenting the annotation on the test class out) for debugging purposes. git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4567 8810af33-2d31-482b-a856-94f89814c4dfccm-docs
parent
439fd7abef
commit
6350bee8e4
|
|
@ -19,7 +19,7 @@
|
||||||
Disable automatic cleanup, does not work because of referential
|
Disable automatic cleanup, does not work because of referential
|
||||||
integrity constrains.
|
integrity constrains.
|
||||||
-->
|
-->
|
||||||
<!--<property name="defaultCleanupPhase">NONE</property>-->
|
<property name="defaultCleanupPhase">NONE</property>
|
||||||
|
|
||||||
<property name="dumpData">true</property>
|
<property name="dumpData">true</property>
|
||||||
<property name="dumpDirectory">target</property>
|
<property name="dumpDirectory">target</property>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
Disable automatic cleanup, does not work because of referential
|
Disable automatic cleanup, does not work because of referential
|
||||||
integrity constrains.
|
integrity constrains.
|
||||||
-->
|
-->
|
||||||
<!--<property name="defaultCleanupPhase">NONE</property>-->
|
<property name="defaultCleanupPhase">NONE</property>
|
||||||
|
|
||||||
<property name="dumpData">true</property>
|
<property name="dumpData">true</property>
|
||||||
<property name="dumpDirectory">target</property>
|
<property name="dumpDirectory">target</property>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
Disable automatic cleanup, does not work because of referential
|
Disable automatic cleanup, does not work because of referential
|
||||||
integrity constrains.
|
integrity constrains.
|
||||||
-->
|
-->
|
||||||
<!--property name="defaultCleanupPhase">NONE</property>-->
|
<property name="defaultCleanupPhase">NONE</property>
|
||||||
|
|
||||||
<property name="dumpData">true</property>
|
<property name="dumpData">true</property>
|
||||||
<property name="dumpDirectory">target</property>
|
<property name="dumpDirectory">target</property>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
Disable automatic cleanup, does not work because of referential
|
Disable automatic cleanup, does not work because of referential
|
||||||
integrity constrains.
|
integrity constrains.
|
||||||
-->
|
-->
|
||||||
<!--<property name="defaultCleanupPhase">NONE</property>-->
|
<property name="defaultCleanupPhase">NONE</property>
|
||||||
|
|
||||||
<property name="dumpData">true</property>
|
<property name="dumpData">true</property>
|
||||||
<property name="dumpDirectory">target</property>
|
<property name="dumpDirectory">target</property>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
Disable automatic cleanup, does not work because of referential
|
Disable automatic cleanup, does not work because of referential
|
||||||
integrity constrains.
|
integrity constrains.
|
||||||
-->
|
-->
|
||||||
<!--<property name="defaultCleanupPhase">NONE</property>-->
|
<property name="defaultCleanupPhase">NONE</property>
|
||||||
|
|
||||||
<property name="dumpData">true</property>
|
<property name="dumpData">true</property>
|
||||||
<property name="dumpDirectory">target</property>
|
<property name="dumpDirectory">target</property>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
Disable automatic cleanup, does not work because of referential
|
Disable automatic cleanup, does not work because of referential
|
||||||
integrity constrains.
|
integrity constrains.
|
||||||
-->
|
-->
|
||||||
<!--<property name="defaultCleanupPhase">NONE</property>-->
|
<property name="defaultCleanupPhase">NONE</property>
|
||||||
|
|
||||||
<property name="dumpData">true</property>
|
<property name="dumpData">true</property>
|
||||||
<property name="dumpDirectory">target</property>
|
<property name="dumpDirectory">target</property>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue