Issue Details (XML | Word | Printable)

Key: MDL-17001
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Jamie Pratt
Reporter: Jamie Pratt
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Moving admin/report/simpletest to directory unittest

Created: 24/Oct/08 11:09 PM   Updated: 24/Nov/08 10:45 AM
Return to search
Component/s: Administration, Unit tests
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Jamie Pratt
Security Level: None
Resolved date: 24/Oct/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE

Sub-Tasks  All   Open   
 Sub-Task Progress: 
No sub-tasks match this view.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Jamie Pratt committed 2 files to 'Moodle CVS' - 24/Oct/08 11:13 PM
MDL-17001 "Moving admin/report/simpletest to directory unittest" changing some references to old simpletest directory name.
MODIFY admin/report/unittest/settings.php   Rev. 1.2    (+3 -3 lines)
MODIFY admin/report/unittest/index.php   Rev. 1.2    (+2 -2 lines)
Jamie Pratt made changes - 24/Oct/08 11:13 PM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]
tjhunt committed 4 files to 'Moodle CVS' - 23/Nov/08 08:39 PM
unittests: MDL-17367 Fix regressions caused when admin/report/simpletest was renamed to unittest.

Why was this done anyway? Some explanation in MDL-17001 might be nice.
MODIFY theme/standard/styles_layout.css   Rev. 1.643    (+2 -2 lines)
MODIFY lib/adminlib.php   Rev. 1.286    (+3 -3 lines)
MODIFY theme/standard/styles_color.css   Rev. 1.191    (+8 -8 lines)
MODIFY theme/oceanblue/styles_color.css   Rev. 1.61    (+8 -8 lines)
Jamie Pratt added a comment - 24/Nov/08 10:45 AM
This directory was renamed as simpletest is being treated as a special name throughout Moodle. simpletest is a special directory that holds unit tests. Directories 'simpletest' are now ignored by get_list_of_plugins(). Since get_list_of_plugins() is used to construct the admin menu we needed to rename this directory to make the unit tests show up on the menu.

See also http://tracker.moodle.org/browse/MDL-17000