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 213937 - [72cat] Creation of tests in NetBeans Module does not include the JUnit library
Summary: [72cat] Creation of tests in NetBeans Module does not include the JUnit library
Status: RESOLVED DUPLICATE of bug 198739
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.2
Hardware: PC Windows 7 x64
: P2 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-11 07:47 UTC by crazyjavahacking
Modified: 2012-06-11 10:48 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 crazyjavahacking 2012-06-11 07:47:50 UTC
When I create a sample NetBeans Platform Application and a sample module for it and then create a JUnit tests, JUnit library will not be automatically added to classpath.

The Test Creation process should handle such situation (add the Junit library), right?


NetBeans Dev 201206100001, Java 6u32 32bit
Comment 1 Theofanis Oikonomou 2012-06-11 10:48:22 UTC
I can reproduce in NetBeans IDE Dev (Build
20120611-8da0aa8bc2a9). The test creation process should add junit to the test dependencies. Seems like some problem with the library not being present. I am getting similar dialogs as bug 199953, so maybe dub of bug 198739? If not please reopen.

*** This bug has been marked as a duplicate of bug 198739 ***