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 km...@apache.org on 2009/02/06 00:55:17 UTC

svn commit: r741348 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites: derbyall.properties derbynetmats.properties encryption.properties

Author: kmarsden
Date: Thu Feb  5 23:55:17 2009
New Revision: 741348

URL: http://svn.apache.org/viewvc?rev=741348&view=rev
Log:
DERBY-1764 remove stress.multi from derbyall.


Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbyall.properties
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetmats.properties
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/encryption.properties

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbyall.properties
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbyall.properties?rev=741348&r1=741347&r2=741348&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbyall.properties (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbyall.properties Thu Feb  5 23:55:17 2009
@@ -13,6 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-suites=derbylang derbynetmats storeall xa derbytools jdbc20 jdbcapi derbynetclientmats encryptionAll simpledemo multi unit i18nTest
+suites=derbylang derbynetmats storeall xa derbytools jdbc20 jdbcapi derbynetclientmats encryptionAll simpledemo unit i18nTest
 derby.debug.true=enableBtreeConsistencyCheck
 derby.stream.error.logSeverityLevel=0

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetmats.properties
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetmats.properties?rev=741348&r1=741347&r2=741348&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetmats.properties (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetmats.properties Thu Feb  5 23:55:17 2009
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 framework=DerbyNet
-suites=derbynetmats jdbcapi jdbc20 multi jdk14
+suites=derbynetmats jdbcapi jdbc20 jdk14
 jdk12test=true
 runwithj9=false
 #Exclude for J2ME/Foundation - Network Server not supported

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/encryption.properties
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/encryption.properties?rev=741348&r1=741347&r2=741348&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/encryption.properties (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/encryption.properties Thu Feb  5 23:55:17 2009
@@ -16,7 +16,7 @@
 encryption=true
 testEncryptionAlgorithm=DESede/CBC/NoPadding
 testJavaFlags=testDataEncryption=Thursday
-suites=encryption propertyinfo multi storemats
+suites=encryption propertyinfo storemats
 
 #Exclude for J2ME/Foundation - encryption not supported
 runwithfoundation=false