Removed unprecise test line

This commit is contained in:
Gergely Polonkai 2014-03-16 09:05:43 +01:00
parent 6009ee908e
commit 2bdd8c3c60
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ test_timestamp_jd(void)
g_assert(timestamp); g_assert(timestamp);
jd = gswe_timestamp_get_julian_day(timestamp, NULL); jd = gswe_timestamp_get_julian_day(timestamp, NULL);
g_assert(jd == 2445400.9553030556999146938323974609375);
g_object_unref(timestamp); g_object_unref(timestamp);