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 - Write test for NbBundle
Summary: Write test for NbBundle
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 13847
  Show dependency tree
 
Reported: 2001-09-20 11:42 UTC by Jesse Glick
Modified: 2008-12-22 15:42 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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