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 140177 - Test compilation failure
Summary: Test compilation failure
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Schovanek
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-07-15 22:49 UTC by Jesse Glick
Modified: 2008-07-17 04:46 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 Jesse Glick 2008-07-15 22:49:24 UTC
visualweb.kit/test/qa-functional/src/org/netbeans/test/deployment/generic/DeploymentAcceptanceTest.java:67:
junit.framework.Test is already defined in a single-type import
import org.netbeans.jemmy.Test;
^
visualweb.kit/test/qa-functional/src/org/netbeans/test/deployment/generic/DeploymentAcceptanceTest.java:131: cannot find
symbol
symbol  : method
addServerTests(org.netbeans.jellytools.modules.j2ee.J2eeTestCase.Server,org.netbeans.junit.NbModuleSuite.Configuration,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
location: class org.netbeans.test.deployment.generic.DeploymentAcceptanceTest
        conf = addServerTests(J2eeTestCase.Server.GLASSFISH, conf,
               ^
Comment 1 Martin Schovanek 2008-07-16 13:57:45 UTC
http://hg.netbeans.org/main/rev/4fa4e3822d4a


Comment 2 Quality Engineering 2008-07-17 04:46:24 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #324 build
Changeset: http://hg.netbeans.org/main/rev/4fa4e3822d4a
User: Martin Schovanek <mschovanek@netbeans.org>
Log: #140177:  Test compilation failure