MDL-43480 behat: Switching @_only_local and @_alerts to @_file_upload and @_alert

This commit is contained in:
David Monllao 2014-01-13 14:30:53 +08:00
parent 81ad5438c7
commit 561e9bb92e
17 changed files with 22 additions and 16 deletions

View file

@ -0,0 +1,6 @@
This files describes API changes in the assign code.
=== 2.7 ===
* @_only_local tag used in .feature files replaced by @_file_upload tag
* @_alerts tag used in .feature files replaced by @_alert tag

View file

@ -1,4 +1,4 @@
@tool @tool_uploadcourse @_only_local
@tool @tool_uploadcourse @_file_upload
Feature: An admin can create courses using a CSV file
In order to create courses using a CSV file
As an admin

View file

@ -1,4 +1,4 @@
@tool @tool_uploadcourse @_only_local
@tool @tool_uploadcourse @_file_upload
Feature: An admin can update courses using a CSV file
In order to update courses using a CSV file
As an admin