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 88716

Summary: java/project qa-functional tests are uncompilable
Product: java Reporter: pzajac <pzajac>
Component: UnsupportedAssignee: Jaromir Uhrik <juhrik>
Status: VERIFIED FIXED    
Severity: blocker Keywords: TEST
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 83174    

Description pzajac 2006-11-06 16:37:34 UTC
Please fix compilation of tests:

 [javac] import org.netbeans.modules.javacore.JMManager;
    [javac]                                      ^
    [javac]
/home/pzajac/cvss/freshtrunk/java/project/test/qa-functional/src/projects/APITests/utils/Utilities.java:44:
cannot find symbol
    [javac] symbol  : class JMManager
    [javac] location: class projects.APITests.utils.Utilities
    [javac]         return ((JMManager)JMManager.getManager()).waitScanFinished();
    [javac]                  ^
    [javac] /home/pzajac/cvss/freshtrunk/java/pro
Comment 1 Jaromir Uhrik 2006-11-09 17:22:43 UTC
Temporarily returning true until the substitution for
JMManager.waitScanFinished() exists. Although tests are not working properly,
the code is now compilable.
Comment 2 pzajac 2007-01-12 09:14:49 UTC
v
Comment 3 Quality Engineering 2007-09-20 09:59:52 UTC
Reorganization of java component