mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 02:45:25 +00:00
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:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user