From 02643dafe7b5139c4f0409fa9eded6ea93aa06bc Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Tue, 23 Sep 2014 11:52:03 +0100 Subject: [PATCH] MDL-47381 qformat: Behat tests have wrong plugin type. --- question/format/gift/tests/behat/import.feature | 2 +- question/format/webct/tests/behat/import.feature | 2 +- question/format/xml/tests/behat/import.feature | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/question/format/gift/tests/behat/import.feature b/question/format/gift/tests/behat/import.feature index 89873cb395d..a2a683ad6f9 100644 --- a/question/format/gift/tests/behat/import.feature +++ b/question/format/gift/tests/behat/import.feature @@ -1,4 +1,4 @@ -@qtype @qformat_gift +@qformat @qformat_gift Feature: Test importing questions from GIFT format. In order to reuse questions As an teacher diff --git a/question/format/webct/tests/behat/import.feature b/question/format/webct/tests/behat/import.feature index 799f9ae85bc..8221beff5c4 100644 --- a/question/format/webct/tests/behat/import.feature +++ b/question/format/webct/tests/behat/import.feature @@ -1,4 +1,4 @@ -@qtype @qformat_webct +@qformat @qformat_webct Feature: Test importing questions from WebCT format. In order to reuse questions from am obsolete commercial LMS As an teacher diff --git a/question/format/xml/tests/behat/import.feature b/question/format/xml/tests/behat/import.feature index f8295368f05..4f6ee79e260 100644 --- a/question/format/xml/tests/behat/import.feature +++ b/question/format/xml/tests/behat/import.feature @@ -1,4 +1,4 @@ -@qtype @qformat_xml +@qformat @qformat_xml Feature: Test importing questions from Moodle XML format. In order to reuse questions As an teacher