Test Suite org.openide.filesystems.IsArchiveFileTest

go back to testbag

Summary:

Total testsExpected PassesUnexpected PassesExpected FailsUnexpected FailsErrorsSuccess RateRun(when)Time(ms)
1000010.00%2004-10-27 05:45:36.2551512


Individual Tests:

NameStatusMessageWorkdirTime(ms)
testIsArchivFileerrorParameter file was not normalized. Was \foo instead of E:\fooYes651


Details for failed test/tests with errors:


testIsArchivFile:
      java.lang.IllegalArgumentException: Parameter file was not normalized. Was \foo instead of E:\foo
	at org.openide.filesystems.URLMapper$DefaultURLMapper.findFileObjectsInRepository(URLMapper.java:272)
	at org.openide.filesystems.URLMapper$DefaultURLMapper.getFileObjects(URLMapper.java:260)
	at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:181)
	at org.openide.filesystems.FileUtil.isArchiveFile(FileUtil.java:1220)
	at org.openide.filesystems.IsArchiveFileTest.testIsArchivFile(IsArchiveFileTest.java:103)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at org.netbeans.junit.NbTestCase.run(NbTestCase.java:119)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:176)
	at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:127)
	at org.netbeans.xtest.plugin.jvm.JUnitTestRunnerLauncher.main(JUnitTestRunnerLauncher.java:41)