gnucash maint: Fix deliberate test failure on previous commit

Geert Janssens gjanssens at code.gnucash.org
Sat Sep 2 10:11:07 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/28668ec5 (commit)
	from  https://github.com/Gnucash/gnucash/commit/1e7c721e (commit)



commit 28668ec5947cc775dc5ce2f80c16ca0d0013a486
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Sep 2 16:03:46 2017 +0200

    Fix deliberate test failure on previous commit

diff --git a/src/import-export/test/test-import-parse.c b/src/import-export/test/test-import-parse.c
index cb30b47..e75cd44 100644
--- a/src/import-export/test/test-import-parse.c
+++ b/src/import-export/test/test-import-parse.c
@@ -52,7 +52,7 @@ my_ymd_t dates_ydm_vals[] = { {1999, 12, 31}, {2001, 6, 17}, {2001, 11, 23}, {0,
 const char* dates_mdy[] = { "1/16/2001", "12-31-1999", "01171983", NULL };
 my_ymd_t dates_mdy_vals[] = { {2001, 1, 16}, {1999, 12, 31}, {1983, 1, 17}, {0, 0, 0} };
 const char* dates_dmy[] = { "16/1/2001", "31-12-1999", "17011976", NULL };
-my_ymd_t dates_dmy_vals[] = { {2000, 1, 16}, {1999, 12, 31}, {1976, 1, 17}, {0, 0, 0} };
+my_ymd_t dates_dmy_vals[] = { {2001, 1, 16}, {1999, 12, 31}, {1976, 1, 17}, {0, 0, 0} };
 
 const char* dates_yxx[] = { "99/1/6", "1999-12'10", "20010306", NULL };
 const char* dates_xxy[] = { "1/3/99", "12-10'1999", "03062001", NULL };



Summary of changes:
 src/import-export/test/test-import-parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list