]> git.ipfire.org Git - thirdparty/git.git/commitdiff
gitweb: Remove gitweb/test/ directory
authorJakub Narebski <jnareb@gmail.com>
Sat, 31 May 2008 18:28:18 +0000 (20:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 31 May 2008 21:18:40 +0000 (14:18 -0700)
Testing if gitweb handles filenames with spaces, filenames with plus
sign ('+') which encodes spaces in CGI parameters (in URLs), and
filenames with Unicode characters should be handled by gitweb tests.

Those files are remainder of the time when gitweb was project on its
own, not a part of git (with its testsuite).

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/test/Märchen [deleted file]
gitweb/test/file with spaces [deleted file]
gitweb/test/file+plus+sign [deleted file]

diff --git a/gitweb/test/Märchen b/gitweb/test/Märchen
deleted file mode 100644 (file)
index 8f7a1d3..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Märchen
-Märchen
diff --git a/gitweb/test/file with spaces b/gitweb/test/file with spaces
deleted file mode 100644 (file)
index f108543..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-This
-filename
-contains
-spaces.
diff --git a/gitweb/test/file+plus+sign b/gitweb/test/file+plus+sign
deleted file mode 100644 (file)
index fd05278..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-This
-filename
-contains
-+
-plus
-chars.