You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by ju...@apache.org on 2009/02/18 10:52:01 UTC

svn commit: r745458 - /incubator/river/jtsk/trunk/integrationtests/integrationtest.xml

Author: jukka
Date: Wed Feb 18 09:52:01 2009
New Revision: 745458

URL: http://svn.apache.org/viewvc?rev=745458&view=rev
Log:
RIVER-301: Move the tests into the JUnit framework inside the main source project

Made the "all" target the default.

Modified:
    incubator/river/jtsk/trunk/integrationtests/integrationtest.xml

Modified: incubator/river/jtsk/trunk/integrationtests/integrationtest.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/integrationtests/integrationtest.xml?rev=745458&r1=745457&r2=745458&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/integrationtests/integrationtest.xml (original)
+++ incubator/river/jtsk/trunk/integrationtests/integrationtest.xml Wed Feb 18 09:52:01 2009
@@ -25,7 +25,7 @@
      taken from the Jini Test harness.
 -->
 
-<project name="RiverIntegrationTests" default="default" basedir=".">
+<project name="RiverIntegrationTests" default="all" basedir=".">
 
     <description>Builds and executes the River test harness</description>