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 186157 - db.dataview unit tests fail to compile
Summary: db.dataview unit tests fail to compile
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-14 11:32 UTC by Alexey Vladykin
Modified: 2010-05-17 09:00 UTC (History)
1 user (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 Alexey Vladykin 2010-05-14 11:32:51 UTC
db.dataview unit tests fail to compile. This breaks continuous builds/tests of the cnd team. Please fix the tests.

See http://elif.russia.sun.com:8080/hudson/job/cnd-build/2794/console
Comment 1 Alexey Vladykin 2010-05-14 11:33:36 UTC
/export/home/av202691/cnd-main/db.dataview/test/unit/src/org/netbeans/modules/db/dataview/output/SQLExecutionHelperTest.java:90: cannot find symbol
symbol  : constructor SQLExecutionHelper(org.netbeans.modules.db.dataview.output.DataView,org.netbeans.api.db.explorer.DatabaseConnection)
location: class org.netbeans.modules.db.dataview.output.SQLExecutionHelper
        SQLExecutionHelper execHelper = new SQLExecutionHelper(dv, dbconn);
Comment 2 Alexey Vladykin 2010-05-14 16:07:04 UTC
Appeared after http://hg.netbeans.org/main-silver/rev/d9445141966a
Comment 3 Vladimir Yaroslavskiy 2010-05-14 20:25:29 UTC
restored:
http://hg.netbeans.org/main/rev/4a8b100b2acf
Comment 4 Jiri Rechtacek 2010-05-15 06:53:30 UTC
Verified in core-main clone.
Comment 5 Alexey Vladykin 2010-05-17 09:00:18 UTC
OK, our build is fixed too, thank you!