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 28551 - editor qa-functional tests are incompilable
Summary: editor qa-functional tests are incompilable
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 3.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-07 08:59 UTC by Adam Sotona
Modified: 2011-06-10 09:13 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 Adam Sotona 2002-11-07 08:59:55 UTC
[javac] Compiling 54 source files
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/editor/test/qa-functional/src/org/netbeans/test/editor/app/tests/CallTestGeneric.java:20:
cannot resolve symbol
[test-compiler] symbol  : class ExecCookie 
[test-compiler] location: package cookies
[test-compiler] import org.openide.cookies.ExecCookie;
[test-compiler]                            ^
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/editor/test/qa-functional/src/org/netbeans/test/editor/app/tests/CallTestGeneric.java:29:
package org.openide.execution does not exist
[test-compiler] import
org.openide.execution.NbClassLoader;
[test-compiler]                              ^
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/editor/test/qa-functional/src/org/netbeans/test/editor/app/tests/CallTestGeneric.java:84:
cannot resolve symbol
[test-compiler] symbol  : class NbClassLoader 
[test-compiler] location: class
org.netbeans.test.editor.app.tests.CallTestGeneric
[test-compiler] 	    NbClassLoader cl = new
NbClassLoader();
[test-compiler]             ^
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/editor/test/qa-functional/src/org/netbeans/test/editor/app/tests/CallTestGeneric.java:84:
cannot resolve symbol
[test-compiler] symbol  : class NbClassLoader 
[test-compiler] location: class
org.netbeans.test.editor.app.tests.CallTestGeneric
[test-compiler] 	    NbClassLoader cl = new
NbClassLoader();
[test-compiler]                                    ^
[test-compiler] Note: Some input files use or
override a deprecated API.
[test-compiler] Note: Recompile with -deprecation
for details.
[test-compiler] 4 errors

BUILD FAILED
Comment 1 Adam Sotona 2002-11-07 09:11:39 UTC
oops - wrong version
Comment 2 Jan Lahoda 2005-04-05 19:38:20 UTC
Probably fixed long time ago.