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 118321 - Test templates wizards should offer by default "Test Files" in Location
Summary: Test templates wizards should offer by default "Test Files" in Location
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
: 118440 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-10-10 08:15 UTC by Martin Krauskopf
Modified: 2007-10-13 02:47 UTC (History)
2 users (show)

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 Martin Krauskopf 2007-10-10 08:15:39 UTC
Test templates wizards should offer by default 'test' directory (Test Files) instead of 'lib' directory (Source Files)
in 'Location' field
Comment 1 Martin Krauskopf 2007-10-10 21:49:28 UTC
*** Issue 118440 has been marked as a duplicate of this issue. ***
Comment 2 Martin Krauskopf 2007-10-11 15:28:01 UTC
Fixed. When there is no context test is used. But when there is a context folder that folder is used.

projects/src/org/netbeans/modules/ruby/rubyproject/templates/RubyTargetChooserPanelGUI.java;
new revision: 1.9; previous revision: 1.8
projects/src/org/netbeans/modules/ruby/rubyproject/ui/resources/layer.xml;
new revision: 1.13; previous revision: 1.12
Comment 3 Torbjorn Norbye 2007-10-12 23:00:03 UTC
Uh oh, this is really going to put pressure on issue 95927.  I'm looking at it right now.

Put briefly, that bug states that the tests folder doesn't see stuff from the source folder in code index searches (such
as code completion).   If we can't get that fixed by tonight I'll probably temporarily revert this for beta2.
Comment 4 Torbjorn Norbye 2007-10-13 02:47:51 UTC
No worries, I was able to fix 95927.