Merge branch 'MDL-43480_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2014-01-21 01:44:56 +01:00
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
@core @core_admin @_only_local
@core @core_admin @_only_local @_file_upload
Feature: Upload users
In order to add users to the system
As an admin
@@ -1,4 +1,4 @@
@tool @tool_behat @_only_local
@tool @tool_behat
Feature: Set up contextual data for tests
In order to write tests quickly
As a developer
+1 -1
View File
@@ -1,4 +1,4 @@
@core @core_badges @_only_local
@core @core_badges @_only_local @_file_upload
Feature: Add badges to the system
In order to give badges to users for their achievements
As an admin
+1 -1
View File
@@ -1,4 +1,4 @@
@core @core_badges @_only_local
@core @core_badges @_only_local @_file_upload
Feature: Award badges
In order to award badges to users for their achievements
As an admin
@@ -1,4 +1,4 @@
@block @block_activity_modules @_only_local
@block @block_activity_modules
Feature: Block activity modules
In order to overview activity modules in a course
As a manager
@@ -15,7 +15,7 @@ Feature: Block activity modules
@javascript
Scenario: Add activities block on the frontpage
And the following "activities" exists:
Given the following "activities" exists:
| activity | name | intro | course | idnumber |
| assign | Frontpage assignment name | Frontpage assignment description | Acceptance test site | assign0 |
| assignment | Frontpage assignment22 name | Frontpage assignment22 description | Acceptance test site | assignment0 |
@@ -1,4 +1,4 @@
@core @core_cohort @_only_local
@core @core_cohort @_only_local @_file_upload
Feature: Upload users to a cohort
In order to quickly fill site-wide groups with users
As an admin
+1 -1
View File
@@ -1,4 +1,4 @@
@core @core_group @_only_local
@core @core_group @_only_local @_file_upload
Feature: Importing of groups and groupings
In order to import groups and grouping
As a teacher
@@ -1,4 +1,4 @@
@mod @mod_assign @_only_local
@mod @mod_assign @_only_local @_file_upload
Feature: In an assignment, students can upload files for assessment
In order to complete my assignments providing files
As a student
+1 -1
View File
@@ -1,4 +1,4 @@
@mod @mod_scorm @_only_local
@mod @mod_scorm @_only_local @_file_upload
Feature: Add scorm activity
In order to let students access a scorm package
As a teacher
@@ -1,4 +1,4 @@
@repository @repository_recent @_only_local
@repository @repository_recent @_only_local @_file_upload
Feature: Recent files repository lists the recently used files
In order to save time when selecting files
As a user
@@ -1,4 +1,4 @@
@core @core_filepicker @_only_local
@core @core_filepicker @_only_local @_file_upload
Feature: A selected file can be cancelled
In order to refine the file manager contents
As a user
+1 -1
View File
@@ -1,4 +1,4 @@
@core @core_filepicker @_only_local
@core @core_filepicker @_only_local @_file_upload
Feature: Delete files and folders from the file manager
In order to clean the file manager contents
As a user
@@ -1,4 +1,4 @@
@repository @repository_upload @_only_local
@repository @repository_upload @_only_local @_file_upload
Feature: Upload files
In order to add contents
As a user