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 223609 - [73cat] View differences not shown for more recent TestNG releases
Summary: [73cat] View differences not shown for more recent TestNG releases
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on: 223660
Blocks:
  Show dependency tree
 
Reported: 2012-12-10 15:02 UTC by misterm
Modified: 2013-05-04 01:46 UTC (History)
3 users (show)

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 misterm 2012-12-10 15:02:17 UTC
Steps to reproduce:

1. Create a failing test case in a Maven project with TestNG 6.1.1;
2. Run the Test action on the project;
3. Go to the Test Results window and right-click the failing test case.

View differences is shown.

Repeat the same steps with TestNG 6.8 and it fails.

From what I can see, it seems to be because recent releases use [ ] around values instead of < >.

Product Version = NetBeans IDE Dev (Build 20121210-824ef3bd6055)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_07
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.3-b01
Comment 1 Theofanis Oikonomou 2012-12-11 14:07:27 UTC
(In reply to comment #0)
> From what I can see, it seems to be because recent releases use [ ] around
> values instead of < >.

This is the reason. The behaviour changed in 6.7 if I am not mistaken. This will be addressed when the library gets updated in nb side.
Comment 2 Theofanis Oikonomou 2013-05-03 12:40:25 UTC
Fixed: http://hg.netbeans.org/core-main/rev/c62e965423ad
Comment 3 Quality Engineering 2013-05-04 01:46:53 UTC
Integrated into 'main-golden', will be available in build *201305032300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c62e965423ad
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: #223609 - [73cat] View differences not shown for more recent TestNG releases