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 155041

Summary: Broken unit test
Product: db Reporter: Jesse Glick <jglick>
Component: CodeAssignee: _ ahimanikya <ahimanikya>
Status: VERIFIED FIXED    
Severity: blocker CC: davidvc
Priority: P1 Keywords: TEST
Version: 6.x   
Hardware: All   
OS: All   
URL: http://deadlock.netbeans.org/hudson/job/test-compilation/1372/testReport/org.netbeans.nbbuild.SubAntJUnitReport/test-build/_hudson_workdir_jobs_test_compilation_workspace_db_dataview/
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2008-12-09 15:42:27 UTC
db.dataview/test/unit/src/org/netbeans/modules/db/dataview/meta/DBTableTest.java:109: cannot find symbol
symbol  : constructor DBColumn(org.netbeans.modules.db.dataview.meta.DBTable,java.lang.String,int,int,int,boolean,boolean)
location: class org.netbeans.modules.db.dataview.meta.DBColumn
        DBColumn theColumn = new DBColumn(table, "colName", 12, 10, 5, true, false);
                             ^

Please fix ASAP.
Comment 1 _ ahimanikya 2008-12-09 16:03:02 UTC
Fixed.
Comment 2 Jesse Glick 2008-12-09 16:11:13 UTC
BTW when resolving an issue as FIXED, you need to:

1. Set the Target Milestone. Here it would be to 7.0 M1 I guess.

2. Add a comment listing the Hg changeset ID which contains the fix (whether you have pushed it yet or not). No other
comment is needed. For example,

main #abcdef012345

which will also be hyperlinked if you have installed

http://wiki.netbeans.org/BrowserTools#section-BrowserTools-LinkToMercurialChangesets
Comment 3 _ ahimanikya 2008-12-09 16:19:26 UTC
Normally I do, but thanks for reminding.

It was checked in by jawed and I did not have the change set# handy, also you created this issue# after it was fixed...

http://hg.netbeans.org/main/rev/51b1456088af
Comment 4 mvanek 2009-02-11 15:02:06 UTC
NetBeans IDE Dev (Build 200902110201)