This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 73188

Summary: OpenProjectListTest failing on 1.5 non-windows platforms
Product: projects Reporter: Jaroslav Tulach <jtulach>
Component: Generic InfrastructureAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: blocker Keywords: TEST
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Failure report

Description Jaroslav Tulach 2006-03-02 17:03:54 UTC
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)
Comment 1 Jaroslav Tulach 2006-03-02 17:04:09 UTC
Created attachment 29101 [details]
Failure report
Comment 2 Jan Lahoda 2006-03-03 09:44:12 UTC
Hopefully fixed:
Checking in OpenProjectListTest.java;
/cvs/projects/projectui/test/unit/src/org/netbeans/modules/project/ui/OpenProjectListTest.java,v
 <--  OpenProjectListTest.java
new revision: 1.7; previous revision: 1.6
done