From 5d19fd784127f3e3ae0be94d718b89c255edf065 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 28 Sep 2005 08:19:26 +0000 Subject: Unit tests and fixtures for multipart posts. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2389 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/fixtures/multipart/text_file | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 actionpack/test/fixtures/multipart/text_file (limited to 'actionpack/test/fixtures/multipart/text_file') diff --git a/actionpack/test/fixtures/multipart/text_file b/actionpack/test/fixtures/multipart/text_file new file mode 100644 index 0000000000..e0367d68c0 --- /dev/null +++ b/actionpack/test/fixtures/multipart/text_file @@ -0,0 +1,10 @@ +--AaB03x +Content-Disposition: form-data; name="foo" + +bar +--AaB03x +Content-Disposition: form-data; name="file"; filename="file.txt" +Content-Type: text/plain + +contents +--AaB03x-- -- cgit v1.2.3