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 - ...earproject.ui.ModuleNodeTest is failing
Summary: ...earproject.ui.ModuleNodeTest is failing
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: RANDOM, TEST, THREAD
Depends on:
Blocks: 78048
  Show dependency tree
 
Reported: 2006-05-26 15:05 UTC by Lukas Jungmann
Modified: 2006-08-07 13:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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