Whoops - parameters need to match category check and display of course.
[moodle-linuxchix.git] / lib / simpletestlib / BACKLOG
blob03c47307586a2ef6ef6b3f7ff4261f8a2c2ca808
1 BACKLOG
2 This is backed up stuff that defines the 1.0.1 release.
4 $Id$
6 Unit tester
7 -----------
8 Add skip facility (4).
10 Reporter
11 --------
12 Add a repeating reporter (2).
13 Split and refactor dumpers by type (2).
15 Mock objects
16 ------------
18 Parser
19 ------
20 Add U flag to regexes to allow unicode (3).
21 Parse fieldsets correctly with labels (5).
23 Browser
24 -------
25 Change getUrls() to return more information (2).
26 Add a file() loading command (2).
27 Investigate bug, clicking keeps encoding again and again (3).
28 Fix bug URL losing spaces (3).
29 Setting an option by id attribute should only toggle that option (3).
30 Add additional parameters to click() method (1).
31 Allow index selection of controls (3).
33 Web tester
34 ----------
35 Add assertClickable() method (1).
36 Add assertSubmit() method (1).
38 Documentation
39 -------------
40 Extension docs (1).
41 Replace all deprecated methods (3).
42 Split mock objects off fromtutorial (4).
43 Add page for projects that use or extend SimpleTest (2).
45 Build
46 -----