[Orxonox-commit 6747] r11375 - code/trunk/test/util

landauf at orxonox.net landauf at orxonox.net
Mon Mar 20 23:43:07 CET 2017


Author: landauf
Date: 2017-03-20 23:43:07 +0100 (Mon, 20 Mar 2017)
New Revision: 11375

Modified:
   code/trunk/test/util/MathTest.cc
Log:
testing commit mailinglist

Modified: code/trunk/test/util/MathTest.cc
===================================================================
--- code/trunk/test/util/MathTest.cc	2017-03-20 22:27:13 UTC (rev 11374)
+++ code/trunk/test/util/MathTest.cc	2017-03-20 22:43:07 UTC (rev 11375)
@@ -9,7 +9,7 @@
     ///////////
     TEST(sgn, PositiveInt)
     {
-        EXPECT_EQ(1000, sgn( 1));
+        EXPECT_EQ(100, sgn( 1));
         EXPECT_EQ(1, sgn(10));
     }
 



More information about the Orxonox-commit mailing list