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 152981 - Cannot add test source root
Summary: Cannot add test source root
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: ardavis26
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-11 19:25 UTC by _ rkubacki
Modified: 2015-04-27 10:54 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 _ rkubacki 2008-11-11 19:25:43 UTC
nb python 178 build

I created a project with one source root and later I tried to add a root for tests (test_src dir in my project
directory). This is not persisted and there is not node for tests created.
Comment 1 Peter Lam 2008-11-11 20:07:19 UTC
how did you add test_src to your project? from the project window or from os filesystem?
Comment 2 _ rkubacki 2008-11-11 20:10:05 UTC
first 'mkdir' from console then go to project properties dialog and modify the settings.
Comment 3 Peter Lam 2008-11-12 01:11:49 UTC
Got it, thanks. Yeah, it's a persistent problem. Once the properties is brought up again, the added directory is gone.
Comment 4 ardavis26 2008-11-12 01:15:53 UTC
That part was never initialized due to the unit test system being moved to post ea status.  This will be fixed before 7.0 
Comment 5 Jenselme 2015-04-27 10:54:23 UTC
This works correctly in the current version (both dev and the one available at http://plugins.netbeans.org/plugin/56795?show=true).