summaryrefslogtreecommitdiff
path: root/gitweb
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2008-05-31 18:28:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-05-31 21:18:40 (GMT)
commit6ab69bf253848d641fb08348eca10b7cf79fd275 (patch)
tree05a6a7f77164e9bce37c971c1c938cb9571f69f7 /gitweb
parentaa9349d449bbf6bd7d28a5279f30a9734f77da8f (diff)
downloadgit-6ab69bf253848d641fb08348eca10b7cf79fd275.zip
git-6ab69bf253848d641fb08348eca10b7cf79fd275.tar.gz
git-6ab69bf253848d641fb08348eca10b7cf79fd275.tar.bz2
gitweb: Remove gitweb/test/ directory
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>
Diffstat (limited to 'gitweb')
-rw-r--r--gitweb/test/Märchen2
-rw-r--r--gitweb/test/file with spaces4
-rw-r--r--gitweb/test/file+plus+sign6
3 files changed, 0 insertions, 12 deletions
diff --git a/gitweb/test/Märchen b/gitweb/test/Märchen
deleted file mode 100644
index 8f7a1d3..0000000
--- a/gitweb/test/Märchen
+++ /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
index f108543..0000000
--- a/gitweb/test/file with spaces
+++ /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
index fd05278..0000000
--- a/gitweb/test/file+plus+sign
+++ /dev/null
@@ -1,6 +0,0 @@
-This
-filename
-contains
-+
-plus
-chars.