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 160685 - compapp.casaeditor tests uncompilable
Summary: compapp.casaeditor tests uncompilable
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jun Qian
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2009-03-19 20:54 UTC by Jesse Glick
Modified: 2009-03-23 10:02 UTC (History)
2 users (show)

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 2009-03-19 20:54:36 UTC
main #7ce14b73aee6 seems to have broken tests, thus blocking pushes from main:

compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:55: package
org.netbeans.modules.compapp.casaeditor.model.jbi does not exist
import org.netbeans.modules.compapp.casaeditor.model.jbi.JBIModel;
                                                        ^
....
Comment 1 Jaroslav Tulach 2009-03-19 21:03:06 UTC
Unless someone responsible decides to fix the broken build, I will revert the bad commit tomorrow morning CET.
Comment 2 Jun Qian 2009-03-19 21:30:44 UTC
Fixed: http://hg.netbeans.org/main/rev/9c94f4cefcb5
Comment 3 Quality Engineering 2009-03-21 08:33:58 UTC
Integrated into 'main-golden', will be available in build *200903210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9c94f4cefcb5
User: Jun Qian <jqian@netbeans.org>
Log: #160685 Fix broken test.
Comment 4 Jaroslav Tulach 2009-03-22 13:12:30 UTC
Build http://deadlock.netbeans.org/hudson/job/trunk/5346/ passed.

Next time you integrate into http://hg.netbeans.org/main/ please do not leave the work until the build at
http://deadlock.netbeans.org/hudson/job/trunk/
that includes your changes successfully passes, please.
Comment 5 Quality Engineering 2009-03-23 10:02:07 UTC
Integrated into 'main-golden', will be available in build *200903230201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0c3f5ea88805
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #160685: Backed out changeset 1be8d9b7e9a8 as it seems to be the only reason why the build is failing in org.netbeans.core.validation.ValidateUpdateCenterTest.testInvisibleModules test