mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-12 05:49:42 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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]]);
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user