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 84009 - An unexpected java.lang.AssertionError exception thrown when running junit tests
Summary: An unexpected java.lang.AssertionError exception thrown when running junit tests
Status: RESOLVED DUPLICATE of bug 73541
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P1 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-01 12:39 UTC by japod
Modified: 2006-09-05 12:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (48.62 KB, text/plain)
2006-09-01 12:41 UTC, japod
Details

Note You need to log in before you can comment on or make changes to this bug.
Description japod 2006-09-01 12:39:03 UTC
On Solaris 11 b45 (also reproducible on WinXP by kaos) when running junit tests
of wsit project, an unexpected java.lang.AssertionError exception thrown

netbeans: 5.5 dev build, 20060901

How to reproduce:

1) get the sources from [wsit.dev.java.net]
   $ cvs -d :pserver:guest@cvs.dev.java.net:/cvs export -r HEAD wsit
2) open [WSIT-Installer] project in netbeans ([wsit/wsit] subdir)
   2 more project must have been opened as well
3) build [WSIT-Runtime] project
4) click on [Test Project] option of [WSIT-Runtime] project context menu
5) the exception is thrown -> a popup window appears
Comment 1 japod 2006-09-01 12:41:13 UTC
Created attachment 33500 [details]
messages.log
Comment 2 m_potociar 2006-09-05 09:44:50 UTC
I experience the same behaviour on my windows machine. Since it is impossible to
develop without being able to run unit tests properly befor performing CVS
commit, I change the priority to P1. 
Comment 3 Marian Petras 2006-09-05 10:27:33 UTC
This is a duplicate of bug #73541 ("Assertion for some types of XML output"). It
is already fixed in the trunk (source code for NetBeans 6.0) and I am just
preparing patch for release NetBeans 5.5 (should be fixed tomorrow or the day
after tomorrow).

*** This issue has been marked as a duplicate of 73541 ***
Comment 4 m_potociar 2006-09-05 12:14:26 UTC
Cool & thanks.