From 3e3d5fd276d636e24e97e5ee361dc940ee490137 Mon Sep 17 00:00:00 2001 From: Benoit Person Date: Fri, 14 Jun 2013 12:19:11 +0200 Subject: git-remote-mediawiki: remove hardcoded version number in the test suite Updates the code to make it more easy to switch mediawiki version when testing. Before that, the version number was partly hardcoded, partly in a var. Signed-off-by: Benoit Person Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- contrib/mw-to-git/t/test.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/mw-to-git/t/test.config') diff --git a/contrib/mw-to-git/t/test.config b/contrib/mw-to-git/t/test.config index 958b37b4a7..4cfebe9c69 100644 --- a/contrib/mw-to-git/t/test.config +++ b/contrib/mw-to-git/t/test.config @@ -30,6 +30,8 @@ WEB_WWW=$WEB/www # The variables below are used by the script to install a wiki. # You should not modify these unless you are modifying the script itself. -MW_VERSION=mediawiki-1.19.0 +# tested versions: 1.19.X -> 1.21.1 +MW_VERSION_MAJOR=1.21 +MW_VERSION_MINOR=1 FILES_FOLDER=install-wiki DB_INSTALL_SCRIPT=db_install.php -- cgit v1.2.3