src/simulator/time.cc
changeset 4396 7d096e399d77
parent 4210 da9be6abb1b2
child 5283 1a805e0bf415
--- a/src/simulator/time.cc	Wed Apr 22 17:22:41 2009 +0200
+++ b/src/simulator/time.cc	Thu Apr 23 09:35:16 2009 +0200
@@ -572,11 +572,11 @@
 
   Time t4;
   t4 = Seconds (10.0) * Scalar (1.5);
-  CheckTimeSec("old 11", t4.GetSeconds(), 10, ok);
+  CheckTimeSec("old 11", t4.GetSeconds(), 15, ok);
 
   Time t5;
   t5 = NanoSeconds (10) * Scalar (1.5);
-  CheckTime("old 12", t5.GetNanoSeconds(), 10, ok);
+  CheckTime("old 12", t5.GetNanoSeconds(), 15, ok);
 
   t4 = Seconds (10.0) * Scalar (15) / Scalar (10);
   CheckTimeSec("old 13", t4.GetSeconds(), 15, ok);