summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-05-09 16:20:50 +0000
committeruckelman <uckelman@nomic.net>2010-05-09 16:20:50 +0000
commit72c110b4ae3628ba20cfc3a39f81fbfd2239f532 (patch)
tree73c5dc3111c46493371eb731fc70bbc41cd485ad /test
parent25d5bff9b3e43f8707e4647c8585a899f7c10bf3 (diff)
Adjusted test.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6823 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test')
-rw-r--r--test/HTTP_POST_multipartTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/HTTP_POST_multipartTest.php b/test/HTTP_POST_multipartTest.php
index 78d1dd2..af974ce 100644
--- a/test/HTTP_POST_multipartTest.php
+++ b/test/HTTP_POST_multipartTest.php
@@ -71,7 +71,7 @@ class HTTP_POST_multipartTest extends PHPUnit_Framework_TestCase {
'encoding' => 'binary',
'data' => "blah blah blah\nblah blah blah"
),
- "Content-Disposition: form-data; name=\"foo\"; filename=\"somename.png\"\r\nContent-Type: image/png\r\n\r\nblah blah blah\nblah blah blah\r\n",
+ "Content-Disposition: form-data; name=\"foo\"; filename=\"somename.png\"\r\nContent-Type: image/png\r\nContent-Transfer-Encoding: binary\r\n\r\nblah blah blah\nblah blah blah\r\n",
null
),
array(