Test Suite org.netbeans.modules.project.ui.OpenProjectListTest

go back to testbag

Summary:

Total testsExpected PassesUnexpected PassesExpected FailsUnexpected FailsErrorsSuccess RateRun(when)Time(ms)
76000185.71%2006-03-01 23:30:39.1711063


Individual Tests:

NameStatusMessageWorkdirTime(ms)
testOpenpassYes500
testClosepassYes94
testOpenDependingProjectpassYes62
testCloseProjectWithoutOpenDocumentspassYes62
testProjectOpenedClosedpassYes47
testNotifyDeletederrorProject testproject:p1 not created by org.netbeans.api.project.ProjectManager@1ce2dd4 or was already deletedYes79
testMainProjectpassYes62


Details for failed test/tests with errors:


testNotifyDeleted:
      java.lang.IllegalArgumentException: Project testproject:p1 not created by org.netbeans.api.project.ProjectManager@1ce2dd4 or was already deleted
	at org.netbeans.api.project.ProjectManager$8.run(ProjectManager.java:536)
	at org.openide.util.Mutex.writeAccess(Mutex.java:342)
	at org.netbeans.api.project.ProjectManager.saveProject(ProjectManager.java:533)
	at org.netbeans.modules.project.ui.OpenProjectList.close(OpenProjectList.java:363)
	at org.netbeans.modules.project.ui.OpenProjectListTest.testNotifyDeleted(OpenProjectListTest.java:209)
	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 org.netbeans.junit.NbTestCase.runTest(NbTestCase.java:178)
	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:111)
	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:167)
	at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:118)
	at org.netbeans.xtest.plugin.jvm.JUnitTestRunnerLauncher.main(JUnitTestRunnerLauncher.java:41)