On 4/25/07, Dag H. Wanvik <[EMAIL PROTECTED]> wrote:
I just updated to svn 532557; my build fails on ResultSetStreamTest.java:
[javac]
/export/home/tmp/derby/sb/sb2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetStreamTest.java:47:
package org.apache.derbyTesting.functionTests.tests.jdbcapi.resultsetStream
does not exist
[javac] import
org.apache.derbyTesting.functionTests.tests.jdbcapi.resultsetStream.TestOfGetAsciiStream;
[javac]
^
[javac] 1 error
ResultSetStreamTest.java was changed at svn 532539 (DERBY-2577)
Dag
I just updated the test by removing the odd import, as well as the
import of ImporExportTest. Builds, test ran fine for me with my chang.
I didn't try suites.All. or jdbcapi._Suite.
Myrna