You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by jc...@apache.org on 2009/04/17 13:19:04 UTC

svn commit: r765948 - /incubator/river/jtsk/skunk/jcosters/qa/build.xml

Author: jcosters
Date: Fri Apr 17 11:19:04 2009
New Revision: 765948

URL: http://svn.apache.org/viewvc?rev=765948&view=rev
Log:
Fix bug in run target

Modified:
    incubator/river/jtsk/skunk/jcosters/qa/build.xml

Modified: incubator/river/jtsk/skunk/jcosters/qa/build.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/skunk/jcosters/qa/build.xml?rev=765948&r1=765947&r2=765948&view=diff
==============================================================================
--- incubator/river/jtsk/skunk/jcosters/qa/build.xml (original)
+++ incubator/river/jtsk/skunk/jcosters/qa/build.xml Fri Apr 17 11:19:04 2009
@@ -126,7 +126,7 @@
         <!--<property name="harness.configs" value="http,jrmp,jeri"/>-->
         <property name="harness.configs" value="none"/>
         <!-- possible values: activatable,transient -->
-        <property name="test.servicemode" value="activatable"/>
+        <property name="harness.servicemode" value="activatable"/>
         <!-- categories can be found under packages com.sun.jini.test.impl and com.sun.jini.test.spec, some of them: -->
         <!--<property name="test.categories" value="id,loader,policyprovider,locatordiscovery,activation,config,constraint,discoverymanager,discoveryservice,joinmanager,url,eventmailbox,jeri,iiop,jrmp,reliability,scalability,thread,renewalservice"/>-->
         <property name="test.categories" value="joinmanager"/>