On 2/23/08, Dibyendu Majumdar (JIRA) <[EMAIL PROTECTED]> wrote:
> Test results:
>
> I also ran junit-all on Mac OS X, suing Java 1.5.
> There were following failures:
>
> [junit] Tests run: 0, Failures: 2, Errors: 0, Time elapsed: 1.131 sec
> [junit] Test org.apache.derbyTesting.functionTests.tests.demo._Suite FAILED
>
> Looks like failure was due to:
> <testcase classname="org.apache.derbyTesting.junit.SupportFilesSetup"
> name="unknown" time="0.0010">
> <failure
> message="org/apache/derbyTesting/functionTests/tests/demo/cupisle.gif"
> type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError:
> org/apache/derbyTesting/functionTests/tests/demo/cupisle.gif
> at
> org.apache.derbyTesting.junit.SupportFilesSetup.copyFiles(SupportFilesSetup.java:174)
> at
> org.apache.derbyTesting.junit.SupportFilesSetup.access$000(SupportFilesSetup.java:64)
> at
> org.apache.derbyTesting.junit.SupportFilesSetup$1.run(SupportFilesSetup.java:139)
> at java.security.AccessController.doPrivileged(Native Method)
> at
> org.apache.derbyTesting.junit.SupportFilesSetup.privCopyFiles(SupportFilesSetup.java:135)
> at
> org.apache.derbyTesting.junit.SupportFilesSetup.setUp(SupportFilesSetup.java:120)
> at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
> at junit.extensions.TestSetup.run(TestSetup.java:23)
> </failure>
> </testcase>
>
I'll have a look at that failure...Has anyone else seen that (i.e.
does it occur without the patch?)
Myrna