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-94f89814c4df
ccm-docs
jensp 2017-02-15 09:33:52 +00:00
parent 439fd7abef
commit 6350bee8e4
6 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>