Author: rombert
Date: Sat Oct  1 12:33:45 2016
New Revision: 1763006

URL: http://svn.apache.org/viewvc?rev=1763006&view=rev
Log:
launchpad/testing-war: fix repoinit tests

The tests were failing since the repoinit statements were not added
to the provisioning model of this module. They were added for the
launchpad/testing module in r1749667.

Modified:
    sling/trunk/launchpad/testing-war/src/main/provisioning/model.txt

Modified: sling/trunk/launchpad/testing-war/src/main/provisioning/model.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/testing-war/src/main/provisioning/model.txt?rev=1763006&r1=1763005&r2=1763006&view=diff
==============================================================================
--- sling/trunk/launchpad/testing-war/src/main/provisioning/model.txt (original)
+++ sling/trunk/launchpad/testing-war/src/main/provisioning/model.txt Sat Oct  
1 12:33:45 2016
@@ -31,3 +31,10 @@
     # Set the servlet resolver's cache size to zero for testing
     servletresolver.cacheSize=I"0"
 
+ # Test repository initialization from provisioning model
+ # No need to test all repoinit statements, this is done
+ # by the repoinit it module
+ [:repoinit]
+create path /repoinit/provisioningModelTest
+
+create service user provisioningModelUser


Reply via email to