[google-toolbox-for-mac] r547 committed - [Author: dmaclach]...

20 views
Skip to first unread message

google-tool...@googlecode.com

unread,
Jun 26, 2012, 11:00:27 AM6/26/12
to google-tool...@googlegroups.com
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.

Reply all
Reply to author
Forward
0 new messages