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 163986 - double clicking test should open the test
Summary: double clicking test should open the test
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-28 22:58 UTC by David Konecny
Modified: 2009-05-20 07:21 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 David Konecny 2009-04-28 22:58:01 UTC
In test results when you double click a failed test the test should be opened and not the topmost source in exception
error which usually points to very irrelevant place line NbTestCase.run() etc. Also double click should also work for
tests which successfully passed. Thanks.
Comment 1 Andrey Yamkovoy 2009-04-29 07:16:56 UTC
Agree. Navigation from test method node should work for all the test methods independently of the result status (passed,
failed etc) and navigate to the test method in the source file.
Comment 2 Andrey Yamkovoy 2009-05-19 16:12:36 UTC
Fixed in the trunk.
Comment 3 Quality Engineering 2009-05-20 07:21:31 UTC
Integrated into 'main-golden', will be available in build *200905200201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9f282bab56d9
User: Andrey Yamkovoy <kaktus@netbeans.org>
Log: Fix for #163986 - double clicking test should open the test