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 79385 - Getting "java.lang.AssertionError" using JBI Test Driver
Summary: Getting "java.lang.AssertionError" using JBI Test Driver
Status: CLOSED DUPLICATE of bug 79384
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Test Driver (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-29 00:20 UTC by bugbridge
Modified: 2006-07-25 23:07 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 bugbridge 2006-06-29 00:20:09 UTC
Original status: 1-Dispatched; Suggested Status: NEW

Original Target Release: coke_dev; Suggested Target Milestone : 5.5

These items should be added to the Status Whiteboard: MONROVIA
Description:
Getting the following "java.lang.AssertionError" using JBI Test Driver:
java.lang.AssertionError
	at org.netbeans.modules.junit.output.ResultDisplayHandler.displayReport
(ResultDisplayHandler.java:280)
	at org.netbeans.modules.junit.output.Manager.displayReport
(Manager.java:306)
	at org.netbeans.modules.junit.output.JUnitOutputReader.suiteFinished
(JUnitOutputReader.java:536)
	at 
org.netbeans.modules.junit.output.JUnitOutputReader.closePreviousReport
(JUnitOutputReader.java:724)
	at org.netbeans.modules.junit.output.JUnitOutputReader.finishReport
(JUnitOutputReader.java:547)
	at org.netbeans.modules.junit.output.JUnitOutputReader.buildFinished
(JUnitOutputReader.java:514)
	at org.netbeans.modules.junit.output.JUnitAntLogger.buildFinished
(JUnitAntLogger.java:167)
	at org.apache.tools.ant.module.bridge.impl.NbBuildLogger.buildFinished
(NbBuildLogger.java:362)
	at org.apache.tools.ant.Project.fireBuildFinished(Project.java:1848)
	at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run
(BridgeImpl.java:241)
	at org.apache.tools.ant.module.run.TargetExecutor.run
(TargetExecutor.java:287)
[catch] at org.netbeans.core.execution.RunClassThread.run
(RunClassThread.java:125)

Steps to repro:
1. Create BpelModule Echo project from scratch.
2. Create CompositeApp project and deploy.
3. Add Testcase but leave Output.xml blank
4. Select Test project by right clicking CompositeApp project
5. Result will be failure due to "Expected output is empty..."
6. Rerun Test project.
Result:
Eventhough the test run and it passes, error java.lang.AssertionError 
mentioned above occurs.
Comment 1 Jun Qian 2006-07-21 22:12:54 UTC

*** This issue has been marked as a duplicate of 79384 ***
Comment 2 lchang 2006-07-25 23:07:31 UTC
verified as duplicate