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

Summary: 6.7 Doesn't use "Other Test Resources" When Running Tests.
Product: java Reporter: briantd <briantd>
Component: JUnitAssignee: Victor Vasilyev <vvg>
Status: RESOLVED INCOMPLETE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.