aboutsummaryrefslogtreecommitdiffstats
path: root/test/cgi/testdata
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-28 00:30:40 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-28 00:30:40 +0000
commit283e57e328b8477c84ec85be2723593aae628bfe (patch)
treec5fe40a6961bd4f7bd65c31c5740bfa3f968b895 /test/cgi/testdata
parent692395b81fde0eba2578fdf22f0daf056b3b1926 (diff)
downloadruby-283e57e328b8477c84ec85be2723593aae628bfe.tar.gz
* test/cgi/test_cgi_multipart.rb: add test for multipart.
Patch by Takeyuki Fujioka. [ruby-dev:36014] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/cgi/testdata')
-rwxr-xr-xtest/cgi/testdata/file1.html10
-rwxr-xr-xtest/cgi/testdata/large.pngbin0 -> 156414 bytes
-rwxr-xr-xtest/cgi/testdata/small.pngbin0 -> 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 0000000000..2ceaf6bc39
--- /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
new file mode 100755
index 0000000000..d716396fa3
--- /dev/null
+++ b/test/cgi/testdata/large.png
Binary files differ
diff --git a/test/cgi/testdata/small.png b/test/cgi/testdata/small.png
new file mode 100755
index 0000000000..753d58e3cb
--- /dev/null
+++ b/test/cgi/testdata/small.png
Binary files differ