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 78048 - ui.ModuleNodeTest.testRemoveFromJarContent is failing
Summary: ui.ModuleNodeTest.testRemoveFromJarContent 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: 76939
Blocks:
  Show dependency tree
 
Reported: 2006-06-16 10:45 UTC by Lukas Jungmann
Modified: 2006-08-08 13:00 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-06-16 10:45:49 UTC
[200606150200]

      junit.framework.AssertionFailedError: ejb module removed expected same:<0>
was not:<1>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotSame(Assert.java:278)
	at junit.framework.Assert.assertSame(Assert.java:242)
	at
org.netbeans.modules.j2ee.earproject.ui.ModuleNodeTest.testRemoveFromJarContent(ModuleNodeTest.java:67)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
Comment 1 Lukas Jungmann 2006-06-16 10:49:55 UTC
same for: testRemoveFromJarContentWithDeletedProject

Note that tests are passing on linux, but failing on winxp and solaris

(junit.framework.AssertionFailedError: ejb module removed expected same:<0> was
not:<1>
...
	at
org.netbeans.modules.j2ee.earproject.ui.ModuleNodeTest.testRemoveFromJarContentWithDeletedProject(ModuleNodeTest.java:99)
...)
Comment 2 Martin Krauskopf 2006-06-16 10:50:15 UTC
Will be fixed together with, I believe. (I already evaluate it in the xtestreport).
Comment 3 Martin Krauskopf 2006-06-16 10:52:29 UTC
Yup, I probably know how to fix it (flushing RequestProcessor). As soon as I end
the battle with the moving/deleting/... ear's submodules I'll fix it.
Comment 4 Martin Krauskopf 2006-06-20 13:01:10 UTC
test/unit/ui/ModuleNodeTest.java; 1.1.2.3 -> 1.1.2.4;
Comment 5 Lukas Jungmann 2006-08-08 13:00:06 UTC
v.