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 166773 - 6.7 Doesn't use "Other Test Resources" When Running Tests.
Summary: 6.7 Doesn't use "Other Test Resources" When Running Tests.
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Victor Vasilyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-09 10:34 UTC by briantd
Modified: 2009-11-11 13:46 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 briantd 2009-06-09 10:34:08 UTC
I have a Maven project that builds using NetBeans 6.5.1, but not 6.7.

Basically, my unit tests depend on special "override" versions of properties files placed in the "Other Test Sources" folder.  NetBeans 6.5.1 correctly recognizes 
it's running a test, and looks there for the file.  However NetBeans 6.7 doesn't do the same, ignoring the "Other Test Sources" folder and proceeding to use the 
properties files in the "Other Sources" files.

-B
Comment 1 Petr Dvorak 2009-06-10 12:44:16 UTC
Reassigning to JUnit (I don't know if this issue is Maven specific...?)
Comment 2 Victor Vasilyev 2009-11-11 13:46:26 UTC
briantd,

Could you please, provide a sample project and re-open this issue.