diff options
author | uckelman <uckelman@nomic.net> | 2010-11-25 11:33:52 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-11-25 11:33:52 +0000 |
commit | e884693112da5369475d491f1a9aaf0548da7216 (patch) | |
tree | 0da54d63053bc8e762a300b99807e85fedcd7ff9 /test/UtilTest.php | |
parent | ad75d3dda54bc38c1cd7d3ebcd9d82a92ab45358 (diff) |
Fixed expected rfc822 quoted string.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7495 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test/UtilTest.php')
-rw-r--r-- | test/UtilTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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\\\""') ); |