Hi,
SUMMARY: UNABLE TO REPRODUCE PROBLEM :-(
DETAILS:
I applied patch for DERBY-1424 (i.e.) derby-1424-v1.diff.
svn status shows this
M java/client/org/apache/derby/client/am/RowId.java
M build.xml
? tools/jar/dnc.properties
M tools/jar/tools.properties
X tools/testing/derby
I did a
ant clobber && ant all && ant buildjarsclean
and ran jdbc4/TestConnectionMethods.java using the following command
java -Dframework=DerbyNetClient
org.apache.derbyTesting.functionTests.harness.RunTest
jdbc4/TestConnectionMethods.java
and
java org.apache.derbyTesting.functionTests.harness.RunTest
jdbc4/TestConnectionMethods.java
I also ran jdbc40 TestSuite in both the Embedded and the client
frameworks. The test always seemed to pass. Seems like I am doing
something wrong in my environment :-( .
Can you please tell me if I need do something more while building or
running the tests?
I ran the tests in both solaris and linux platforms.
thanx
Narayanan
Andrew McIntyre wrote:
On 8/2/06, Narayanan <[EMAIL PROTECTED]> wrote:
Hi,
The subject of the email said JUnit. The TestConnectionMethods.java is
not a JUnit test.
My mistake, sorry. I incorrectly assumed that all of the jdbc4 tests
were junit tests. Anyway, I suppose I'll look at instrumenting this
test to return full stack traces. Any insight anyone can provide as to
why this would fail with the patch attached to DERBY-1424 that only
removes unnecessary classes from derbyclient.jar is still greatly
appreciated.
Thanks,
andrew