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 80020 - AssertionError when running JUnit tests
Summary: AssertionError 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: PC Linux
: P3 blocker (vote)
Assignee: junit-issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-11 20:16 UTC by photoadrian
Modified: 2006-07-12 12:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file that was requests (298.24 KB, text/plain)
2006-07-11 20:17 UTC, photoadrian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description photoadrian 2006-07-11 20:16:10 UTC
Received a request to report the following:

A java.lang.AssertionError exception has occurred.
Please report this at http://www.netbeans.org/community/issues.html,
including a copy of your messages.log file as an attachment.
The messages.log file is located in your /home/ahall/.netbeans/5.5beta/var/log
folder.
Comment 1 photoadrian 2006-07-11 20:17:31 UTC
Created attachment 31737 [details]
Log file that was requests
Comment 2 photoadrian 2006-07-11 20:30:19 UTC
Updated information

If I include a line:

logger.debug("XML = \r\n" + xml);

in a tested file - the JUnit output stops when it reaches this line.  If I
remove the \r\n then it continues normally.  logger is a Log4J Logger.

Comment 3 Marian Petras 2006-07-12 12:36:52 UTC
This is a duplicate of bug #73541 (already fixed in the trunk, i.e. in NB 6.0 dev.).

*** This issue has been marked as a duplicate of 73541 ***