Author: davidvc
Date: Fri Nov 11 15:17:15 2005
New Revision: 332676
URL: http://svn.apache.org/viewcvs?rev=332676&view=rev
Log:
Fix to fix to DERBY-689 -- tests now pass on UNIX. Case sensitivity issue.
Modified:
db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetclientmats.runall
db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/CompatibilityTest.java
Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetclientmats.runall
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetclientmats.runall?rev=332676&r1=332675&r2=332676&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetclientmats.runall
(original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbynetclientmats.runall
Fri Nov 11 15:17:15 2005
@@ -1,4 +1,4 @@
-junitTests/derbynet/CompatibilityTest.java
+junitTests/derbyNet/CompatibilityTest.java
jdbcapi/xaSimplePositive.sql
jdbcapi/xaStateTran.sql
jdbcapi/lobStreams.java
Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/CompatibilityTest.java
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/CompatibilityTest.java?rev=332676&r1=332675&r2=332676&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/CompatibilityTest.java
(original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/CompatibilityTest.java
Fri Nov 11 15:17:15 2005
@@ -25,7 +25,7 @@
*
* @author Rick
*/
-package org.apache.derbyTesting.functionTests.tests.junitTests.derbynet;
+package org.apache.derbyTesting.functionTests.tests.junitTests.derbyNet;
import java.sql.*;
|