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 195014

Summary: Utilities tests are broken by recent commits
Product: utilities Reporter: Vladimir Kvashin <vkvashin>
Component: SearchAssignee: Yulia Novozhilova <ynov>
Status: RESOLVED FIXED    
Severity: normal CC: issues
Priority: P1 Keywords: TEST
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Kvashin 2011-02-03 07:36:26 UTC
Utilities test can not compile.
I suppose they are broken by
http://hg.netbeans.org/core-main/rev/3a331f02b4f1
Comment 1 Vladimir Kvashin 2011-02-03 07:37:14 UTC
This in turn broke automatic unit tests for CND team, upgrading to P1
Comment 2 Yulia Novozhilova 2011-02-03 11:48:07 UTC
Fixed: http://hg.netbeans.org/core-main/rev/7b2e3cb552e6
I'm sorry for the disturbance.
Comment 3 Yulia Novozhilova 2011-02-03 17:42:01 UTC
FYI, Tests are now corrected to support recent changes in BufferedCharSequence.
http://hg.netbeans.org/core-main/rev/7b2e3cb552e6
Comment 4 Quality Engineering 2011-02-04 05:56:42 UTC
Integrated into 'main-golden', will be available in build *201102040000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7b2e3cb552e6
User: Yulia Novozhilova <ynov@netbeans.org>
Log: Quick fix for #195014: Utilities tests are broken by recent commits;