From 2427311912e7f9888966acd0eb2496654bdef14a Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Fri, 22 Jan 2016 12:18:35 +0100 Subject: [PATCH] Fix csv-imp test for master branch --- src/import-export/csv-imp/test/utest-gnc-csv-model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/import-export/csv-imp/test/utest-gnc-csv-model.c b/src/import-export/csv-imp/test/utest-gnc-csv-model.c index 451b7749d8..8deea38d79 100644 --- a/src/import-export/csv-imp/test/utest-gnc-csv-model.c +++ b/src/import-export/csv-imp/test/utest-gnc-csv-model.c @@ -132,7 +132,7 @@ time64 parse_date (const char* date_str, int format)// C: 14 in 7 SCM: 9 in 2 Lo static void test_parse_date (void) { - time64 rawtime = gnc_time_utc (NULL); + time64 rawtime = gnc_time (NULL); struct tm *tm = gnc_gmtime (&rawtime); int curr_year = tm->tm_year;