summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-05-09 16:18:43 +0000
committeruckelman <uckelman@nomic.net>2010-05-09 16:18:43 +0000
commit331dc237cacc49743da58d7533b29ae5702bb6c1 (patch)
treeca86a0c231bfbc7edfc42a5147b235d7aff83bec /test
parent3d0d359cb3afaf1e09b6ac692f0cd69b63cada6d (diff)
Missing comma.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6821 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 b99c98b..cd3500f 100644
--- a/test/HTTP_POST_multipartTest.php
+++ b/test/HTTP_POST_multipartTest.php
@@ -73,7 +73,7 @@ class HTTP_POST_multipartTest extends PHPUnit_Framework_TestCase {
),
"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",
null
- )
+ ),
array(
array(
'name' => 'foo',