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 184545 - Object in app/reports cannot be tested with Ctrl+F6
Summary: Object in app/reports cannot be tested with Ctrl+F6
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Testing (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Erno Mononen
URL:
Keywords: NETFIX
Depends on:
Blocks:
 
Reported: 2010-04-20 13:05 UTC by ehartmann
Modified: 2010-04-21 04:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Small patch (754 bytes, patch)
2010-04-20 13:05 UTC, ehartmann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ehartmann 2010-04-20 13:05:16 UTC
I'm using Prawn and I have my reports under app/reports.
My "unit" tests are under test/reports

I cannot test my file with Ctrl+F6 inside the tested file (not the test).
I found this quite usefull with Ruby to develop and test file.
Sometimes Netbeans find my (opposite) test file under test/unit/, sometimes not (during the same session).

I have a little patch that seems to solve this two issues (if the test file is under test/reports and not test/unit, which seems really fine to me).
Comment 1 ehartmann 2010-04-20 13:05:37 UTC
Created attachment 97716 [details]
Small patch
Comment 2 Erno Mononen 2010-04-20 13:34:34 UTC
Thanks Eric! I've integrated the patch in cfaa56810964.
Comment 3 Quality Engineering 2010-04-21 04:37:52 UTC
Integrated into 'main-golden', will be available in build *201004210200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/cfaa56810964
User: Erno Mononen <emononen@netbeans.org>
Log: #184545 - Object in app/reports cannot be tested with Ctrl+F6
- patch by ehartmann