Merge branch 'MDL-43743_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2014-01-21 00:05:11 +01:00
3 changed files with 35 additions and 3 deletions
+2 -3
View File
@@ -24,7 +24,7 @@ Feature: Add scorm activity
And I fill the moodle form with:
| Name | Awesome SCORM package |
| Description | Description |
And I upload "mod/scorm/tests/packages/singlescobasic.zip" file to "Package file" filemanager
And I upload "mod/scorm/tests/packages/singlesco_scorm12.zip" file to "Package file" filemanager
And I click on "Save and display" "button"
Then I should see "Awesome SCORM package"
And I should see "Normal"
@@ -36,7 +36,6 @@ Feature: Add scorm activity
And I should see "Normal"
And I press "Enter"
And I switch to "scorm_object" iframe
And I switch to "contentFrame" iframe
And I should see "Play of the game"
And I should see "Not implemented yet"
And I switch to the main frame
And I follow "Course 1"
@@ -0,0 +1,33 @@
Description of singlesco_scorm12.zip package
============================================
singlesco_scorm12.zip is a simple Scorm 1.2 package used to run tests related with
Moodle's scorm features; this package was downloaded from http://scorm.com/ website,
the website disclaimer states that *Content on this site is licensed under a Creative
Commons Attribution 3.0 License*.
Original source
===============
http://scorm.com
http://scorm.com/scorm-explained/technical-scorm/golf-examples/
Changes
=======
No changes were made to the original source contents.
License
=======
http://creativecommons.org/licenses/by/3.0/
Moodle commit history
=====================
MDL-43743
Binary file not shown.