Author: pats
Date: Sat Oct 23 09:20:12 2010
New Revision: 1026583

URL: http://svn.apache.org/viewvc?rev=1026583&view=rev
Log:
Add comment documenting use of "+," to embed a comma in a test JVM argument.

Modified:
    
incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/resources/qaDefaults.properties

Modified: 
incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/resources/qaDefaults.properties
URL: 
http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/resources/qaDefaults.properties?rev=1026583&r1=1026582&r2=1026583&view=diff
==============================================================================
--- 
incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/resources/qaDefaults.properties
 (original)
+++ 
incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/resources/qaDefaults.properties
 Sat Oct 23 09:20:12 2010
@@ -254,6 +254,9 @@ testClasspath=<harnessJar>$:<testJar>$:$
 #
 # Services run with server vm; test runs with client vm
 #
+# Arguments are comma separated. To embed a comma in
+# an argument, use "+,".
+#
 testjvmargs=-client,${testjvmargs}
 
 #


Reply via email to