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

Summary: Object in app/reports cannot be tested with Ctrl+F6
Product: ruby Reporter: ehartmann <ehartmann>
Component: TestingAssignee: Erno Mononen <emononen>
Status: RESOLVED FIXED    
Severity: normal Keywords: NETFIX
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Small patch

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