diff options
author | Jakub Narebski <jnareb@gmail.com> | 2008-05-31 20:28:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-31 14:18:40 -0700 |
commit | 6ab69bf253848d641fb08348eca10b7cf79fd275 (patch) | |
tree | 05a6a7f77164e9bce37c971c1c938cb9571f69f7 /gitweb | |
parent | aa9349d449bbf6bd7d28a5279f30a9734f77da8f (diff) | |
download | git-6ab69bf253848d641fb08348eca10b7cf79fd275.tar.gz git-6ab69bf253848d641fb08348eca10b7cf79fd275.tar.xz |
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ärchen | 2 | ||||
-rw-r--r-- | gitweb/test/file with spaces | 4 | ||||
-rw-r--r-- | gitweb/test/file+plus+sign | 6 |
3 files changed, 0 insertions, 12 deletions
diff --git a/gitweb/test/Märchen b/gitweb/test/Märchen deleted file mode 100644 index 8f7a1d3e9..000000000 --- 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 f108543c4..000000000 --- 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 fd0527880..000000000 --- a/gitweb/test/file+plus+sign +++ /dev/null @@ -1,6 +0,0 @@ -This -filename -contains -+ -plus -chars. |