From 74a65269fe030b45f40d13d143e7aa7e9c6a7ba4 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 26 Apr 2012 12:17:47 +0200 Subject: [PATCH] fix test: use text/x-wiki, not application/x-wiki --- tests/phpunit/includes/RevisionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/RevisionTest.php b/tests/phpunit/includes/RevisionTest.php index a529e97624..758b6414ea 100644 --- a/tests/phpunit/includes/RevisionTest.php +++ b/tests/phpunit/includes/RevisionTest.php @@ -198,7 +198,7 @@ class RevisionTest extends MediaWikiTestCase { function dataGetContentFormat() { return array( - array( 'hello world', 'Hello', null, null, 'application/x-wiki' ), + array( 'hello world', 'Hello', null, null, 'text/x-wiki' ), array( 'hello world', 'Hello', CONTENT_MODEL_CSS, null, 'text/css' ), array( 'hello world', 'User:hello/there.css', null, null, 'text/css' ), array( serialize('hello world'), 'Dummy:Hello', null, null, 'dummy' ), -- 2.20.1