summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-11-25 12:10:41 +0000
committeruckelman <uckelman@nomic.net>2010-11-25 12:10:41 +0000
commit4ce5e6dc86f2c7f1052687f1cf73012c7578964f (patch)
treea15bffd55457244cbe12bae34dbc9df84c0f1156
parent8fce94b07f795cc5ea2ec31938d4ac1066eb022d (diff)
Typo.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7500 67b53d14-2c14-4ace-a08f-0dab2b34000c
-rw-r--r--test/build_email_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build_email_test.php b/test/build_email_test.php
index 225e30f..d441627 100644
--- a/test/build_email_test.php
+++ b/test/build_email_test.php
@@ -34,7 +34,7 @@ http://www.example.com/viewtopic.php?p=42#p42",
public function test_build_from_nonascii() {
$this->assertEquals(
- '=?UTF-8?B?SGVpesO2bHLDvGNrc3Rvw59hYmTDpG1wZnVuZw==?= <foo@example.com>';
+ '=?UTF-8?B?SGVpesO2bHLDvGNrc3Rvw59hYmTDpG1wZnVuZw==?= <foo@example.com>',
build_from('Heizölrückstoßabdämpfung', 'foo@example.com')
);
}