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 - Broken unit test
Summary: Broken unit test
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ ahimanikya
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-12-09 15:42 UTC by Jesse Glick
Modified: 2009-02-19 20:38 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 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)