From e884693112da5369475d491f1a9aaf0548da7216 Mon Sep 17 00:00:00 2001 From: uckelman Date: Thu, 25 Nov 2010 11:33:52 +0000 Subject: Fixed expected rfc822 quoted string. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7495 67b53d14-2c14-4ace-a08f-0dab2b34000c --- test/UtilTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/UtilTest.php b/test/UtilTest.php index af03332..9ace7bf 100644 --- a/test/UtilTest.php +++ b/test/UtilTest.php @@ -21,7 +21,7 @@ class UtilTest extends PHPUnit_Framework_TestCase { public function rfc822_quote_provider() { return array( - array('Joel Uckelman', 'Joel Uckelman'), + array('Joel Uckelman', '"Joel Uckelman"'), array('L.Tankersley', '"L.Tankersley"'), array('"\foo\"', '"\"\\foo\\\""') ); -- cgit v1.2.3