Monotone-Parent: b2324fd0b056d26c1f593b22e0516160fd06bd3c

Monotone-Revision: 32ad0a6147be7ae69fe1339fe1a08de4fbf7fc9b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-31T19:56:45
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-08-31 19:56:45 +00:00
parent d4c7a0520a
commit dcd38d997a
3 changed files with 70 additions and 7 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
#define failIf(c) test(!c)
#define testEquals(a,b) \
testWithMessage(([a isEqual: b]), \
testWithMessage(((a == b) || ([a isEqual: b])), \
([NSString stringWithFormat: @"objects '%@' and '%@' differs", (a), (b)]))
#define testEqualsWithMessage(a,b,m) \