JCRVLT-433 fix test cases leading to validation errors due to incorrect
acHandling property value
diff --git a/src/test/resources/test-projects/filtering-tests/simple-filter/META-INF/vault/properties.xml b/src/test/resources/test-projects/filtering-tests/simple-filter/META-INF/vault/properties.xml
index 618662e..24f28a5 100644
--- a/src/test/resources/test-projects/filtering-tests/simple-filter/META-INF/vault/properties.xml
+++ b/src/test/resources/test-projects/filtering-tests/simple-filter/META-INF/vault/properties.xml
@@ -31,5 +31,5 @@
 <entry key="lastWrapped">2011-11-15T09:43:22.972+01:00</entry>
 <entry key="group"/>
 <entry key="lastWrappedBy">admin</entry>
-<entry key="acHandling">overwrite</entry>
+<entry key="acHandling">ignore</entry>
 </properties>
diff --git a/src/test/resources/test-projects/properties-from-map/pom.xml b/src/test/resources/test-projects/properties-from-map/pom.xml
index 47b419f..b58ed70 100644
--- a/src/test/resources/test-projects/properties-from-map/pom.xml
+++ b/src/test/resources/test-projects/properties-from-map/pom.xml
@@ -48,7 +48,11 @@
                         <!-- property set here should be accepted because not set in plugin config -->
                         <acHandling>overwrite</acHandling>
                     </properties>
-
+                    <validatorsSettings>
+                        <jackrabbit-accesscontrol>
+                            <isDisabled>true</isDisabled>
+                        </jackrabbit-accesscontrol>
+                    </validatorsSettings>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/src/test/resources/test-projects/properties-from-plugin-config-aliased/pom.xml b/src/test/resources/test-projects/properties-from-plugin-config-aliased/pom.xml
index f0b8dca..26f7bef 100644
--- a/src/test/resources/test-projects/properties-from-plugin-config-aliased/pom.xml
+++ b/src/test/resources/test-projects/properties-from-plugin-config-aliased/pom.xml
@@ -52,6 +52,11 @@
                         <acHandling>overwrite</acHandling>
                     </properties>
 
+                    <validatorsSettings>
+                        <jackrabbit-accesscontrol>
+                            <isDisabled>true</isDisabled>
+                        </jackrabbit-accesscontrol>
+                    </validatorsSettings>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/src/test/resources/test-projects/properties-from-plugin-config/pom.xml b/src/test/resources/test-projects/properties-from-plugin-config/pom.xml
index 43bed11..810778a 100644
--- a/src/test/resources/test-projects/properties-from-plugin-config/pom.xml
+++ b/src/test/resources/test-projects/properties-from-plugin-config/pom.xml
@@ -51,6 +51,11 @@
                         <acHandling>overwrite</acHandling>
                     </properties>
 
+                    <validatorsSettings>
+                        <jackrabbit-accesscontrol>
+                            <isDisabled>true</isDisabled>
+                        </jackrabbit-accesscontrol>
+                    </validatorsSettings>
                 </configuration>
             </plugin>
         </plugins>