Author: fmeschbe Date: Thu Jan 22 07:39:14 2009 New Revision: 736678 URL: http://svn.apache.org/viewvc?rev=736678&view=rev Log: SLING-837 JCR Install test info
Modified: incubator/sling/trunk/launchpad/testing/README.txt Modified: incubator/sling/trunk/launchpad/testing/README.txt URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/testing/README.txt?rev=736678&r1=736677&r2=736678&view=diff ============================================================================== --- incubator/sling/trunk/launchpad/testing/README.txt (original) +++ incubator/sling/trunk/launchpad/testing/README.txt Thu Jan 22 07:39:14 2009 @@ -93,3 +93,13 @@ This is very useful during development: you can leave a Sling webapp instance running, update bundles in it using the mvn autoInstallBundle profile, and run specific integration tests quickly from another terminal. + +JCR Install Integration tests +----------------------------- + +This module also contains integration tests for the JCR Install module. These +tests are disabled by default, since they may not be of general interest. To +include the JCR Install tests in the integration tests run enable the +jcrinstall-tests profile such as in + + mvn -P jcrinstall-tests integration-test