Revision: 547
Author: gtm.daemon
Date: Tue Jun 26 08:00:19 2012
Log: [Author: dmaclach]
Add Quaternions to our list of things the GTMSenTestCase can handle.
R=fvaucher
DELTA=3 (3 added, 0 deleted, 0 changed)
http://code.google.com/p/google-toolbox-for-mac/source/detail?r=547
Modified:
/trunk/UnitTesting/GTMSenTestCase.h
=======================================
--- /trunk/UnitTesting/GTMSenTestCase.h Fri Apr 6 10:02:39 2012
+++ /trunk/UnitTesting/GTMSenTestCase.h Tue Jun 26 08:00:19 2012
@@ -524,6 +524,9 @@
#define STAssertEqualGLKMatrices(a1, a2, accuracy, description, ...) \
STInternalAssertEqualGLKVectorsOrMatrices(a1, a2, accuracy,
description, ##__VA_ARGS__)
+#define STAssertEqualGLKQuaternions(a1, a2, accuracy, description, ...) \
+ STInternalAssertEqualGLKVectorsOrMatrices(a1, a2, accuracy,
description, ##__VA_ARGS__)
+
#if GTM_IPHONE_SDK && !GTM_IPHONE_USE_SENTEST
// When not using the Xcode provided version, define everything ourselves.