You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2005/03/03 21:30:10 UTC

svn commit: r156077 - incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testProtocol_app.properties

Author: fuzzylogic
Date: Thu Mar  3 12:30:05 2005
New Revision: 156077

URL: http://svn.apache.org/viewcvs?view=rev&rev=156077
Log:
Remove Cloudscape references in testProtocol_app.properties

Modified:
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testProtocol_app.properties

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testProtocol_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testProtocol_app.properties?view=diff&r1=156076&r2=156077
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testProtocol_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testProtocol_app.properties Thu Mar  3 12:30:05 2005
@@ -1,9 +1,7 @@
+s is the default system properties file for SQL and JAVA tests.
 #
-# This is the default system properties file for SQL and JAVA tests.
-#
-# *** DO NOT PUT PROPERTIES FOR THE CLOUDSCAPE SYSTEM IN THIS FILE.  
-# *** THEY BELONG IN default_cloudscape.properties.
-# *** SEE http://cloudsoft/intranet/engnet/main/doc/intranet/process/testproperties.txt
+# *** DO NOT PUT PROPERTIES FOR THE DERBY SYSTEM IN THIS FILE.
+# *** THEY BELONG IN default_derby.properties.
 #
 # This file will get handed to the test on the command line in a -p <filename>
 # argument.
@@ -12,7 +10,7 @@
 # initial connection to the database.
 #
 # The .java test has to call util.getPropertyArg and util.startJBMS
-# to process the property file.  See any of the .java tests for this code.
+# to process the property file.  See any of the .java tests for this code.
 #
 # If you want to alter these to use a different driver, connect to a different
 # database, or to not be used, override this file by creating