Andreas Raab uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-ar.90.mcz==================== Summary ====================
Name: KernelTests-ar.90
Author: ar
Time: 2 September 2009, 7:58:12 am
UUID: 9dc166a8-64d9-b24a-8464-e73eff06089b
Ancestors: KernelTests-tfel.89
Adds a test for
http://bugs.squeak.org/view.php?id=6764.
=============== Diff against KernelTests-tfel.89 ===============
Item was added:
+ ----- Method: DurationTest>>testReadFromTrailingDigits (in category 'Tests') -----
+ testReadFromTrailingDigits
+ "
http://bugs.squeak.org/view.php?id=6764"
+ self should: (Duration readFrom: '0:00:00:00.001 ' readStream) nanoSeconds = 1000000.!