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 142834 - Test compilation failures
Summary: Test compilation failures
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jindrich Sedek
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-08-04 18:45 UTC by Jesse Glick
Modified: 2008-09-18 10:23 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-08-04 18:45:30 UTC
web.jsf/test/qa-functional/src/org/netbeans/test/jsf/JsfFunctionalTest.java:42: package org.netbeans.test.web does not exist
import org.netbeans.test.web.*;
^

web.kit/test/qa-functional/src/org/netbeans/test/web/WebProjectValidation.java:148: unreported exception
java.io.IOException; must be caught or declared to be thrown
        File dataDir = new WebProjectValidation().getWorkDir();
                                                            ^
Comment 1 Jindrich Sedek 2008-08-04 19:16:55 UTC
fixed.
f183825273f8
Comment 2 Quality Engineering 2008-08-05 16:31:49 UTC
Integrated into 'main-golden', available in build *200808051401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/f183825273f8
User: Jindrich Sedek <jsedek@netbeans.org>
Log: test compilation failture #142834
Comment 3 josin 2008-09-18 10:23:06 UTC
V.