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 157094 - Not able to add a Functional Test package to Netbeans module
Summary: Not able to add a Functional Test package to Netbeans module
Status: RESOLVED DUPLICATE of bug 143633
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-20 07:14 UTC by bharani
Modified: 2009-04-09 15:04 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 bharani 2009-01-20 07:14:01 UTC
1) Add a Netbeans Platfrom application
2) Right click on the application and add the harness (Properties screen -> Libraries)
3) Add a module to the application

Issue
----
The application shows Unit Test packages. I'm not able to add the Functional test packages

Reference: http://wiki.netbeans.org/FitnessTestsWithoutX
Comment 1 rmichalsky 2009-01-20 09:42:02 UTC
Try to create dir test/qa-functional/src manually in the project. If you are then able to create functional tests, it is
a duplicate of issue #143633.
Comment 2 rmichalsky 2009-01-20 09:43:31 UTC
"create manually" = outside of IDE + restart IDE afterwards.
Comment 3 rmichalsky 2009-04-09 15:04:49 UTC
Reproducible, the same problem as issue #143633. Mentioned workaround works.

*** This issue has been marked as a duplicate of 143633 ***