typo in dht test

This commit is contained in:
Arvid Norberg 2012-03-19 00:56:38 +00:00
parent b1bb3fcc88
commit cda69425f9
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ int test_main()
}
else
{
TEST_CHECK(fabs(test.size() - 257.85f) < 0.001);
TEST_CHECK(fabs(test.size() - 257.854f) < 0.001);
TEST_CHECK(to_hex(test.to_string()) == "24c0004020043000102012743e00480037110820422110008000c0e302854835a05401a4045021302a306c060001881002d8a0a3a8001901b40a800900310008d2108110c2496a0028700010d804188b01415200082004088026411104a804048002002000080680828c400080cc40020c042c0494447280928041402104080d4240040414a41f0205654800b0811830d2020042b002c5800004a71d0204804a0028120a004c10017801490b834004044106005421000c86900a0020500203510060144e900100924a1018141a028012913f0041802250042280481200002004430804210101c08111c10801001080002038008211004266848606b035001048");
}