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 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