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 2011/08/17 17:26:54 UTC

svn commit: r1158768 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests: suites/ tests/largedata/

Author: kmarsden
Date: Wed Aug 17 15:26:54 2011
New Revision: 1158768

URL: http://svn.apache.org/viewvc?rev=1158768&view=rev
Log:
DERBY-1903 Convert largedata/LobLimits.java to junit

Remove old harness LobLimits test



Removed:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/largeData.properties
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/largeDataClient.properties
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/largeDataNet.properties
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/largeDataTests.runall
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/largedata/LobLimits.java
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/largedata/LobLimits_app.properties
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/largedata/copyfiles.ant
Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude?rev=1158768&r1=1158767&r2=1158768&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude Wed Aug 17 15:26:54 2011
@@ -4,4 +4,4 @@
 # 			see DERBY-326 and DERBY-550 issues
 jdbcapi/rsgetXXXcolumnNames.java
 jdbcapi/SetQueryTimeoutTest.java
-largedata/LobLimits.java
+

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude?rev=1158768&r1=1158767&r2=1158768&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude Wed Aug 17 15:26:54 2011
@@ -1,5 +1,3 @@
-# excluding TestErrorStreamTarget.java since it's not relevant for clients
-# excluding largedata/LobLimits.java to run with the network server because currently lobs are materialized and this test tests for 2G lobs.
-# 			see DERBY-326 and DERBY-550 issues
-#
-largedata/LobLimits.java
+#Tests to exclude from client framework in old harnesss. 
+#After the conversion of LobLimits, there are none, 
+#but need to keep this file around because the harness looks for it.