mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
remove company names from test text
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39416 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3a47cd01e3
commit
9e04c50f94
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ int main(int argc,char **argv)
|
|||
data = [NSData dataWithContentsOfFile: @"mime8.dat"];
|
||||
PASS([[doc rawMimeData] isEqual: data], "Can make a simple document");
|
||||
|
||||
string = @"MBNA credit card account − more information about Apple Pay.";
|
||||
string = @"ABCD credit card account − more information about Peach Pay.";
|
||||
[doc setHeader:
|
||||
[[GSMimeHeader alloc] initWithName: @"subject"
|
||||
value: string
|
||||
|
|
Loading…
Reference in a new issue