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 13819 - Need unit tests for DataFolder ordering
Summary: Need unit tests for DataFolder ordering
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks: 12571 18829
  Show dependency tree
 
Reported: 2001-07-23 14:13 UTC by Jesse Glick
Modified: 2008-12-22 21:59 UTC (History)
1 user (show)

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-07-23 14:13:18 UTC
Need unit tests for folder ordering semantics: initial order is
correct with standard sort modes, with OpenIDE-Folder-Order, with
relative attributes, conflicting orderings are resolved somehow,
added/removing files triggers resorts, changing file names also,
changing ordering attributes on folder also, etc.
Comment 1 Vitezslav Stejskal 2001-08-20 10:00:36 UTC
Simple tests are already written, they are focused on reordering when fileAttributeChanged event is fired 
for some of attrs affecting ordering. One of them fails now, because MutliFileSystem doesn't fire 
attribChanged event correctly (I filed bug #14572 for filesystems).
Comment 2 Jesse Glick 2001-08-27 22:46:09 UTC
There are now several more tests in place.
Comment 3 Jan Chalupa 2001-11-27 13:02:27 UTC
Target milestone -> 3.3.1.
Comment 4 Marek Grummich 2002-07-22 11:16:26 UTC
Set target milestone to TBD
Comment 5 Marek Grummich 2002-07-22 11:19:36 UTC
Set target milestone to TBD
Comment 6 Marian Mirilovic 2003-03-13 13:42:26 UTC
Changed owner David S. -> David K.
Comment 7 David Konecny 2003-04-30 15:38:40 UTC
Changing TM to FUTURE for several DataSystem enhancements. The DS are planned
for rewrite and so it does not make sense to invest time into these
enhancements. If you think the issue is important and should be fixed for 4.0
then feel free to let me know. I'm open to change the plan.
Comment 8 Jaroslav Tulach 2005-01-28 08:15:37 UTC
./src/org/openide/loaders/DataFolderSetOrderTest.java