[Orxonox-commit 6748] r11376 - code/trunk/test/util
landauf at orxonox.net
landauf at orxonox.net
Tue Mar 21 00:20:34 CET 2017
Author: landauf
Date: 2017-03-21 00:20:34 +0100 (Tue, 21 Mar 2017)
New Revision: 11376
Modified:
code/trunk/test/util/MathTest.cc
Log:
test: fixed unittest
Modified: code/trunk/test/util/MathTest.cc
===================================================================
--- code/trunk/test/util/MathTest.cc 2017-03-20 22:43:07 UTC (rev 11375)
+++ code/trunk/test/util/MathTest.cc 2017-03-20 23:20:34 UTC (rev 11376)
@@ -9,7 +9,7 @@
///////////
TEST(sgn, PositiveInt)
{
- EXPECT_EQ(100, sgn( 1));
+ EXPECT_EQ(1, sgn( 1));
EXPECT_EQ(1, sgn(10));
}
More information about the Orxonox-commit
mailing list