summaryrefslogtreecommitdiff
path: root/contrib/mw-to-git/t/test.config
diff options
context:
space:
mode:
authorLibravatar Benoit Person <benoit.person@ensimag.fr>2013-06-14 12:19:11 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-06-14 11:09:49 -0700
commit3e3d5fd276d636e24e97e5ee361dc940ee490137 (patch)
tree83b6dd14f800c1bd3192b73375afb7d60cdb3f6a /contrib/mw-to-git/t/test.config
parentMerge branch 'rr/complete-difftool-fixup' (diff)
downloadtgif-3e3d5fd276d636e24e97e5ee361dc940ee490137.tar.xz
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 <benoit.person@ensimag.fr> Signed-off-by: Matthieu Moy <matthieu.moy@grenoble-inp.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/mw-to-git/t/test.config')
-rw-r--r--contrib/mw-to-git/t/test.config4
1 files changed, 3 insertions, 1 deletions
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