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 15689

Summary: Write test for NbBundle
Product: platform Reporter: Jesse Glick <jglick>
Component: -- Other --Assignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 13847    

Description Jesse Glick 2001-09-20 11:42:54 UTC
NbBundle should have some unit tests. One interesting one: try doing various
things in Turkish locale to ensure locale-sensitive comparisons are not being
used where they should not (i.e: lc('I') != 'i').
Comment 1 Jan Chalupa 2001-11-27 13:02:53 UTC
Target milestone -> 3.3.1.
Comment 2 Marek Grummich 2002-07-22 11:28:16 UTC
Set target milestone to TBD
Comment 3 Marek Grummich 2002-07-22 11:30:14 UTC
Set target milestone to TBD
Comment 4 Jesse Glick 2005-08-27 14:51:31 UTC
There is a test, but it's not very good...
Comment 5 Jesse Glick 2006-06-06 19:32:48 UTC
Checking in src/org/openide/util/NbBundle.java;
/shared/data/ccvs/repository/openide/util/src/org/openide/util/NbBundle.java,v 
<--  NbBundle.java
new revision: 1.16; previous revision: 1.15
done
Checking in test/unit/src/org/openide/util/NbBundleTest.java;
/shared/data/ccvs/repository/openide/util/test/unit/src/org/openide/util/NbBundleTest.java,v
 <--  NbBundleTest.java
new revision: 1.5; previous revision: 1.4
done