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 186512

Summary: "Run Again" and "Debug" doesn't work from Test Results tab
Product: cnd Reporter: soldatov <soldatov>
Component: -- Other --Assignee: nnnnnk <nnnnnk>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2010-05-21 13:50:53 UTC
Scenario:
- Launch some C++ Simple Test
- Select some node in "Test Results" tab and call context menu
- Select "Run Again" or "Debug"
==> no action
Comment 2 nnnnnk 2010-05-26 15:13:01 UTC
missed method node.
the same fix for method node:
http://hg.netbeans.org/cnd-main/rev/f461f0124f11
Comment 3 soldatov 2010-05-27 11:00:33 UTC
waiting correct fix. I haven't any changes in IDE if I use org-netbeans-modules-cnd-simpleunit.jar file from Alexey
Comment 4 soldatov 2010-05-27 12:42:38 UTC
Verified in RC1 with org-netbeans-modules-cnd-testrunner.jar file from Alexey
Comment 5 Alexander Pepin 2010-05-27 12:51:22 UTC
Starting showstopper process.
Please review the fix and integrate it into release69 clone.
Comment 6 Alexey Vladykin 2010-05-27 13:46:36 UTC
I've reviewed the fix, both changesets. It is correct and safe.
Comment 7 Alexey Vladykin 2010-05-27 13:55:03 UTC
Transplanted to release69 as single changeset: http://hg.netbeans.org/release69/rev/5df6acd6c80d
Comment 8 soldatov 2010-05-28 10:58:42 UTC
verified in rc2