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 47410

Summary: [40cat] re: allowing junit tests to be in same directory as source
Product: java Reporter: jblack1395 <jblack1395>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker CC: junit-issues
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description jblack1395 2004-08-18 17:22:48 UTC
[ JDK VERSION : J2SE 1.5.0 ]

It would be helpful if the test directory and source directory are the same, as some people just keep the files in the same place.

Currently this is not allowed, by the project wizard.
Comment 1 Ondrej Rypacek 2004-08-20 09:43:35 UTC
looks like a RFE, not a bug.
Btw, the new project infrastrucutre explicitly introduces source-path
for tests. I doubt that it would be possible to run tests correctly if
not in the test source-path. 
Comment 2 Marian Petras 2005-02-17 15:16:39 UTC
Support from the projects system is the basic groundwork for this to
make it possible.