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 80787 - Diff comparison only compares first failed response.
Summary: Diff comparison only compares first failed response.
Status: CLOSED DUPLICATE of bug 78121
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Test Driver (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-21 09:06 UTC by lchang
Modified: 2006-07-25 21:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
echo bpel (1.36 KB, application/octet-stream)
2006-07-21 09:10 UTC, lchang
Details
echo wsdl (1.39 KB, application/octet-stream)
2006-07-21 09:10 UTC, lchang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lchang 2006-07-21 09:06:23 UTC
1.  Create a simple project (you may use echo.bpel and echo.wsdl provided in 
attachments)
2.  Build and deploy to a CompApp project
3.  Create a testcase with input value = "input1"
4.  Create output with output value = "input1"
5.  Modify the input value = "input2"
6.  Run testcase, it should fail.
7.  Do "Diff...", it should show the differences of input1 and input2.
8.  Modify the input value = "input3"
9.  Run testcase, it should fail.
10. Do "Diff...",

Result:  It shows the differences between input1 and input2 still (even if you 
delete the Actual file for input2).
Comment 1 lchang 2006-07-21 09:10:26 UTC
Created attachment 32081 [details]
echo bpel
Comment 2 lchang 2006-07-21 09:10:35 UTC
Created attachment 32082 [details]
echo wsdl
Comment 3 Jun Qian 2006-07-21 20:45:15 UTC

*** This issue has been marked as a duplicate of 78121 ***
Comment 4 lchang 2006-07-25 21:55:55 UTC
closed as duplicate