Fix GsweTimestamp test not to use deprecated functions

This commit is contained in:
Gergely Polonkai 2014-07-06 00:45:22 +02:00
parent 8adfd0b966
commit 105cf7c83b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ test_timestamp_jd(void)
timestamp = gswe_timestamp_new_from_gregorian_full(1983, 3, 7, 11, 54, 45, 0, 1);
g_assert(timestamp);
jd = gswe_timestamp_get_julian_day(timestamp, NULL);
jd = gswe_timestamp_get_julian_day_et(timestamp, NULL);
g_object_unref(timestamp);