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 55193 - Test generation not working
Summary: Test generation not working
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-18 15:15 UTC by Andrei Badea
Modified: 2006-03-24 12:50 UTC (History)
1 user (show)

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 Andrei Badea 2005-02-18 15:15:37 UTC
1) Have an EJB module
2) Generate a new Java class
3) Right click the newly created class and select
Tools > JUnit > Create tests.
ERROR: a dialog box appears saying "no test target
folders found".
Comment 1 Andrei Badea 2005-02-24 17:34:28 UTC
Fixed.

Checking in EjbJarProject.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/EjbJarProject.java,v
 <--  EjbJarProject.java
new revision: 1.34; previous revision: 1.33
done
Checking in queries/UnitTestForSourceQueryImpl.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/queries/UnitTestForSourceQueryImpl.java,v
 <--  UnitTestForSourceQueryImpl.java
initial revision: 1.1
done
Comment 2 Petr Blaha 2005-03-31 15:57:49 UTC
[Build 20050330]