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 - OpenProjectListTest failing on 1.5 non-windows platforms
Summary: OpenProjectListTest failing on 1.5 non-windows platforms
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2006-03-02 17:03 UTC by Jaroslav Tulach
Modified: 2006-10-23 16:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Failure report (7.64 KB, text/html)
2006-03-02 17:04 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
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