From 413411c8371f27004143f3df617ab1ce77c5771b Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 29 Nov 2011 10:22:09 +0000 Subject: [PATCH] restore parser tests names r100932 disabled two 'Bad images' tests but did so by also erasing the test name. Hence we could no more tests them even with --run-disabled. Test plan: ========== $ php parserTests.php --run-disabled --filter 'Bad images' --> output two tests failing as expected $ php parserTests.php --filter 'Bad images' --> output no tests found $ php parserTests.php --quiet --> ALL PASSED :-) --- tests/parser/parserTests.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 3dd7491e4d..6fea87148e 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -8588,18 +8588,18 @@ comment !! end !! test +Bad images - basic functionality !! options disabled -Bad images - basic functionality !! input [[File:Bad.jpg]] !! result !! end !! test +Bad images - bug 16039: text after bad image disappears !! options disabled -Bad images - bug 16039: text after bad image disappears !! input Foo bar [[File:Bad.jpg]] -- 2.20.1