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

Summary: Test generation not working
Product: javaee Reporter: Andrei Badea <abadea>
Component: EJB ProjectAssignee: Andrei Badea <abadea>
Status: CLOSED FIXED    
Severity: blocker CC: johnjullion
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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]