Monotone-Parent: 6dfadf575c7c0be4ae75752239ab48f7531dba38

Monotone-Revision: 4dead0c3c1d9edc0c48e5bfb39f0ec7a89f28007

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-04-01T21:13:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-04-01 21:13:19 +00:00
parent 6f339121a2
commit c9afeb9827
3 changed files with 6 additions and 1 deletions
@@ -33,6 +33,7 @@
objc compiler */
- (void) test_generateDataForHeaderFieldNamed_value_
{
/* TODO: The 2 last ones fail but are actually minor issues in NGMimeBlabla. */
NSString *rawAddresses[]
= { @"wolfgang@test.com", // email alone
@"<wolfgang@test.com>", // email between brackets
+3 -1
View File
@@ -81,7 +81,9 @@
result = [parser objectWithString: @"[ -1 ]"];
testEquals (result, [NSArray arrayWithObject: [NSNumber numberWithInt: -1]]);
/* TODO: the 2 following fail because NSDecimalNumber does not implement
"compare:" */
result = [parser objectWithString: @"[ 12.3456 ]"];
testEquals (result, [NSArray arrayWithObject: [NSNumber numberWithDouble: 12.3456]]);
+2
View File
@@ -42,6 +42,8 @@
@implementation TestiCalTimeZonePeriod
/* TODO: this test fails for obscure reasons, but test__occurenceForDate_byRRule_ does not, which
is a good sign */
- (void) test_occurenceForDate_
{
NSString *periods[] = { (@"BEGIN:DAYLIGHT\r\n"