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 dj...@apache.org on 2005/07/21 17:18:19 UTC

svn commit: r220103 [2/2] - in /incubator/derby/code/branches/10.1/java/testing: ./ org/apache/derbyTesting/functionTests/suites/ org/apache/derbyTesting/functionTests/tests/i18n/ org/apache/derbyTesting/functionTests/tests/jdbcapi/ org/apache/derbyTes...

Modified: incubator/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/tools/ij_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/tools/ij_app.properties?rev=220103&r1=220102&r2=220103&view=diff
==============================================================================
--- incubator/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/tools/ij_app.properties (original)
+++ incubator/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/tools/ij_app.properties Thu Jul 21 08:18:13 2005
@@ -5,3 +5,6 @@
 
 ij.showNoConnectionsAtStart=true
 ij.showNoCountForSelect=true
+
+#Exclude for J2ME/Foundation - test requires java.sql.Driver
+runwithfoundation=false
\ No newline at end of file

Modified: incubator/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExportThruIJ_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExportThruIJ_app.properties?rev=220103&r1=220102&r2=220103&view=diff
==============================================================================
--- incubator/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExportThruIJ_app.properties (original)
+++ incubator/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExportThruIJ_app.properties Thu Jul 21 08:18:13 2005
@@ -1,3 +1,6 @@
 supportfiles=testData/ImportExport/sqlAnywhere1.txt,testData/ImportExport/sqlAnywhere2.txt,testData/ImportExport/Access1.txt,testData/ImportExport/Access2.txt,testData/ImportExport/Access3.txt,testData/ImportExport/Alt1.asc,testData/ImportExport/Alt2.asc,testData/ImportExport/Alt3.asc,testData/ImportExport/Alt4.asc,testData/ImportExport/Alt5.asc,testData/ImportExport/Alt6.asc,testData/ImportExport/Tutor1.asc,testData/ImportExport/Tutor2.asc,testData/ImportExport/Tutor3.asc,testData/ImportExport/EndOfFile.txt
 usedefaults=true
 useextdirs=true
+
+#Exclude for J2ME/Foundation - test requires java.math.BigDecimal
+runwithfoundation=false
\ No newline at end of file

Modified: incubator/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExport_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExport_app.properties?rev=220103&r1=220102&r2=220103&view=diff
==============================================================================
--- incubator/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExport_app.properties (original)
+++ incubator/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExport_app.properties Thu Jul 21 08:18:13 2005
@@ -1,3 +1,6 @@
 supportfiles=testData/ImportExport/EndOfFile.txt
 usedefaults=true
 useextdirs=true
+
+#Exclude for J2ME/Foundation - test requires java.math.BigDecimal
+runwithfoundation=false
\ No newline at end of file

Propchange: incubator/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/unit/cacheService_app.properties
------------------------------------------------------------------------------
    svn:eol-style = native