| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Pugs
Revision: 22154
Author: moritz
Date: 04 Sep 2008 11:47:12
Changes:Diff:| ... | ...@@ -15,9 +15,13 @@ | |
| 15 | 15 | * Add smartlinks to tests without them |
| 16 | 16 | * Continue moving tests from t/ to t/spec/ |
| 17 | 17 | * Clean up old POD (only present in some testing modules) |
| 18 | * Fudge tests for Rakudo where helpful | |
| 18 | * Fudge tests for Rakudo where helpful (ie only there where the tested | |
| 19 | features are already implemented) | |
| 19 | 20 | * Improve the Vim syntax highlighting to recognize test keywords |
| 20 | 21 | * Review XXX entries for test corrections |
| 22 | * rewrite tests with multiple lexical subs of the same name ("my sub foo") to | |
| 23 | use different names and no "my" (except where testing lexical subs, for | |
| 24 | course) | |
| 21 | 25 | |
| 22 | 26 | S03 |
| 23 | 27 | * tests for cmp() and eqv() methods of objects |