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

Summary: [73cat] View differences not shown for more recent TestNG releases
Product: java Reporter: misterm <misterm>
Component: TestNGAssignee: Theofanis Oikonomou <theofanis>
Status: RESOLVED FIXED    
Severity: normal CC: hmichel, jkovalsky, jungi
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 223660    
Bug Blocks:    

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