[Orxonox-commit 6746] revision r11374 - code/trunk/test/util
admin at orxonox.net
admin at orxonox.net
Mon Mar 20 23:27:15 CET 2017
Author: landauf
Date: 2017-03-20 23:27:13 +0100 (Mon, 20 Mar 2017)
New Revision: 11374
Modified:
code/trunk/test/util/MathTest.cc
Log:
test: failing unittest
Modified: code/trunk/test/util/MathTest.cc
===================================================================
--- code/trunk/test/util/MathTest.cc 2017-03-20 00:10:46 UTC (rev 11373)
+++ code/trunk/test/util/MathTest.cc 2017-03-20 22:27:13 UTC (rev 11374)
@@ -9,7 +9,7 @@
///////////
TEST(sgn, PositiveInt)
{
- EXPECT_EQ(1, sgn( 1));
+ EXPECT_EQ(1000, sgn( 1));
EXPECT_EQ(1, sgn(10));
}
More information about the Orxonox-commit
mailing list