From 291b3307ec360f9df17357240dd2b783d8e262d6 Mon Sep 17 00:00:00 2001 From: Denes Matetelki Date: Sat, 9 Apr 2011 18:55:46 +0200 Subject: [PATCH] careless commit --- test/test_Timer.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/test_Timer.hpp b/test/test_Timer.hpp index fdc9b1e..ae86c9a 100644 --- a/test/test_Timer.hpp +++ b/test/test_Timer.hpp @@ -183,10 +183,8 @@ private: t.join(); // expected 800000 + 100 got 795510 - // accurcy: ~ < 99.5% + // accurcy: ~ > 99.5% TS_ASSERT_DELTA ( t.m_counter, 100 + freq * circle, (100 + freq * circle) * 0.995); - - TS_ASSERT_EQUALS ( t.m_counter, 100 + freq * circle); } };