From 8435b289890739600436b6c902156fc073752ffb Mon Sep 17 00:00:00 2001 From: Guillaume Sasdy Date: Fri, 6 Jul 2012 12:03:05 +0200 Subject: git-remote-mediawiki: test environment of git-remote-mediawiki In order to test git-remote-mediawiki, a set of functions is needed to manage a MediaWiki: edit a page, remove a page, fetch a page, fetch all pages on a given wiki. A few helper function are also provided to check the content of directories. In addition, this patch provides Makefiles to execute tests. See the README file for more details. Signed-off-by: Simon CATHEBRAS Signed-off-by: Julien KHAYAT Signed-off-by: Simon Perrat Signed-off-by: Charles ROUSSEL Signed-off-by: Guillaume SASDY Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- contrib/mw-to-git/t/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/mw-to-git/t/.gitignore') diff --git a/contrib/mw-to-git/t/.gitignore b/contrib/mw-to-git/t/.gitignore index a0604141f5..a7a40b4964 100644 --- a/contrib/mw-to-git/t/.gitignore +++ b/contrib/mw-to-git/t/.gitignore @@ -1,2 +1,4 @@ WEB/ wiki/ +trash directory.t*/ +test-results/ -- cgit v1.2.3