[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_3-16-gceadf4d

Philippe Delorme nobody at users.sourceforge.net
Sun Aug 28 10:14:54 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  ceadf4ddfd45154b87866634cfc9254b063ec42a (commit)
      from  a39ed671261058a83e6d89e2e26d89f0aba793e8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ceadf4ddfd45154b87866634cfc9254b063ec42a
Author: Philippe Delorme <philippedelorme at users.sourceforge.net>
Date:   Sun Aug 28 10:12:44 2011 +0200

    Make utils_dates unit tests pass - adding init and destroy of the regex store

-----------------------------------------------------------------------

Changes:
diff --git a/src/tests/utils_dates_cunit.c b/src/tests/utils_dates_cunit.c
index f6243b3..d458a26 100644
--- a/src/tests/utils_dates_cunit.c
+++ b/src/tests/utils_dates_cunit.c
@@ -37,6 +37,7 @@
 #include <locale.h>
 
 /* START_INCLUDE */
+#include "gsb_regex.h"
 #include "utils_dates_cunit.h"
 #include "utils_dates.h"
 /* END_INCLUDE */
@@ -70,6 +71,8 @@ void utils_dates_cunit__gsb_parse_date_string ( void )
 {
     GDate *date = NULL;
 
+    gsb_regex_init_variables ( );
+
     /**
      * month-first tests
      */
@@ -234,6 +237,8 @@ void utils_dates_cunit__gsb_parse_date_string ( void )
      * tear down
      */
     gsb_date_set_format_date ( NULL );
+
+    gsb_regex_destroy ( );
 }
 
 CU_pSuite utils_dates_cunit_create_suite ( void )


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list