diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-28 00:30:40 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-28 00:30:40 +0000 |
| commit | fa2175ce7ecfc6c1d91b0070e09786baa91ae36c (patch) | |
| tree | c5fe40a6961bd4f7bd65c31c5740bfa3f968b895 /test/cgi/testdata | |
| parent | 16fb0180b080054fa7e14a315ac929a07a823909 (diff) | |
| download | ruby-fa2175ce7ecfc6c1d91b0070e09786baa91ae36c.tar.gz ruby-fa2175ce7ecfc6c1d91b0070e09786baa91ae36c.tar.xz ruby-fa2175ce7ecfc6c1d91b0070e09786baa91ae36c.zip | |
* test/cgi/test_cgi_multipart.rb: add test for multipart.
Patch by Takeyuki Fujioka. [ruby-dev:36014]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/cgi/testdata')
| -rwxr-xr-x | test/cgi/testdata/file1.html | 10 | ||||
| -rwxr-xr-x | test/cgi/testdata/large.png | bin | 0 -> 156414 bytes | |||
| -rwxr-xr-x | test/cgi/testdata/small.png | bin | 0 -> 82 bytes |
3 files changed, 10 insertions, 0 deletions
diff --git a/test/cgi/testdata/file1.html b/test/cgi/testdata/file1.html new file mode 100755 index 000000000..2ceaf6bc3 --- /dev/null +++ b/test/cgi/testdata/file1.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <title>ムスカ大佐のひとりごと</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF8"> + </head> + <body> + <p>バカどもにはちょうどいい目くらましだ。</p> + </body> +</html> diff --git a/test/cgi/testdata/large.png b/test/cgi/testdata/large.png Binary files differnew file mode 100755 index 000000000..d716396fa --- /dev/null +++ b/test/cgi/testdata/large.png diff --git a/test/cgi/testdata/small.png b/test/cgi/testdata/small.png Binary files differnew file mode 100755 index 000000000..753d58e3c --- /dev/null +++ b/test/cgi/testdata/small.png |
