commit | b6ebeb8fecb29442d645746678bddbf8e226639e | [log] [tgz] |
---|---|---|
author | Chris Dearman <chris@mips.com> | Mon Oct 24 13:52:00 2011 -0700 |
committer | Bhanu Chetlapalli <bhanu@mips.com> | Tue Jan 31 14:47:49 2012 -0800 |
tree | 9451142d97de5dc8d0fce7065dd896426427437f | |
parent | eaed243cd97a52f944314c40e1dba91879ab8c63 [diff] |
Fix testSetToNow0 test setToNow returns the current time with a precision of one second. currentTimeMillis returns the current time with a precsion of 1 milli-second These values may be up to 999ms apart if currentTimeMillis is called before setToNow Signed-off-by: Chris Dearman <chris@mips.com>