Skip to content

Commit

Permalink
fix up test output to reflect reality
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 29, 2012
1 parent 7039176 commit 0e3f5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/ScalingFilterTest.cpp
Expand Up @@ -175,7 +175,7 @@ BOOST_AUTO_TEST_CASE(ScalingFilterFloat_test)
double z = data.getField<double>(dimZ, i);
boost::uint64_t t = data.getField<boost::uint64_t>(dimTime, i);

BOOST_CHECK_EQUAL(x, -1234400031);
BOOST_CHECK_EQUAL(x, -1234400030);
BOOST_CHECK_EQUAL(y, -12342999);
BOOST_CHECK_CLOSE(z, 3.0, 0.00001);
BOOST_CHECK_EQUAL(t, i*10); // because of scaling
Expand Down

0 comments on commit 0e3f5bb

Please sign in to comment.