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 76939

Summary: ...earproject.ui.ModuleNodeTest is failing
Product: javaee Reporter: Lukas Jungmann <jungi>
Component: EARAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED FIXED    
Severity: blocker Keywords: RANDOM, TEST, THREAD
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 78048    

Description Lukas Jungmann 2006-05-26 15:05:52 UTC
Testcase:
testRemoveFromJarContentWithDeletedProject(org.netbeans.modules.j2ee.earproject.ui.ModuleNodeTest):
FAILED
ejb module removed expected same:<0> was not:<1>
junit.framework.AssertionFailedError: ejb module removed expected same:<0> was
not:<1>
Comment 1 Martin Krauskopf 2006-05-29 17:14:44 UTC
It passes on my machine. However problem that the test code is faster than the
RequestProcessor. So we probably need to wait/"flush" the RequestProcessor
before test-check.
Comment 2 Martin Krauskopf 2006-06-20 13:01:17 UTC
test/unit/ui/ModuleNodeTest.java; 1.1.2.3 -> 1.1.2.4;
Comment 3 Lukas Jungmann 2006-08-07 13:01:03 UTC
v.