Unit Tests - abbreviation, filter, benchmark

- Added tests for attribute abbreviation.
- Added tests for filter permutation testing.
- Added benchmark for ongoing performance measurement.
- Mentioned test suite in docs.  Why not?
This commit is contained in:
Paul Beckingham 2009-03-07 02:06:13 -05:00
parent 6a7c66aa05
commit 3088e1ebe1
5 changed files with 370 additions and 0 deletions

View file

@ -25,6 +25,8 @@
+ Fixed bug with the task sort alogrithm, which led to an unstable sequence
when there were only a handful of tasks.
+ Performance enhanced by eliminating unnecessary sorting.
+ Task now has a large (and growing) test suite and bug regression tests
to help ensure higher quality releases.
------ old releases ------------------------------