You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2012/01/14 13:10:46 UTC

svn commit: r1231486 - /sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/serversetup/ServerSetup.java

Author: bdelacretaz
Date: Sat Jan 14 12:10:46 2012
New Revision: 1231486

URL: http://svn.apache.org/viewvc?rev=1231486&view=rev
Log:
SLING-2368 - won't update the sample integration tests module right now

Modified:
    sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/serversetup/ServerSetup.java

Modified: sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/serversetup/ServerSetup.java
URL: http://svn.apache.org/viewvc/sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/serversetup/ServerSetup.java?rev=1231486&r1=1231485&r2=1231486&view=diff
==============================================================================
--- sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/serversetup/ServerSetup.java (original)
+++ sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/serversetup/ServerSetup.java Sat Jan 14 12:10:46 2012
@@ -65,9 +65,10 @@ import org.slf4j.LoggerFactory;
  *  to run only some of them in a given test run, speeding up
  *  development and troubleshooting as much as possible.
  *  
- *  See the companion samples/integration-tests module for an
- *  example that uses this class to setup the Sling server
- *  that it tests.
+ *  TODO: the companion samples/integration-tests module 
+ *  should be updated to use this class to setup the Sling server
+ *  that it tests, instead of the SlingTestBase class that it
+ *  currently uses.
  */
 public class ServerSetup {
     private final Logger log = LoggerFactory.getLogger(getClass());