From 6bc01b7186c568b2777c0977bc53c1e5c4e33652 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/xml/tests/behat/import.feature | 2 +- 2 files changed, 2 insertions(+), 2 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/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