Re: [PATCH V2] git-remote-mediawiki: remove hardcoded version number in the test suite

2013-06-14 Thread Junio C Hamano
benoit.per...@ensimag.fr writes: > From: Benoit Person > > 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. This definitely goes in a good direction; you no longer have to touch random lines

[PATCH V2] git-remote-mediawiki: remove hardcoded version number in the test suite

2013-06-14 Thread benoit . person
From: Benoit Person 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 --- contrib/mw-to-git/t/test-gitmw-lib.sh | 19 ++---