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

Summary: db.dataview unit tests fail to compile
Product: db Reporter: Alexey Vladykin <alexey_vladykin>
Component: CodeAssignee: Vladimir Yaroslavskiy <yaroslavskiy>
Status: RESOLVED FIXED    
Severity: normal CC: issues
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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!