From 331dc237cacc49743da58d7533b29ae5702bb6c1 Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 9 May 2010 16:18:43 +0000 Subject: Missing comma. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6821 67b53d14-2c14-4ace-a08f-0dab2b34000c --- test/HTTP_POST_multipartTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/HTTP_POST_multipartTest.php') 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', -- cgit v1.2.3