diff options
author | Paolo Borelli <pborelli@katamail.com> | 2008-06-24 13:55:22 +0000 |
---|---|---|
committer | Paolo Borelli <pborelli@src.gnome.org> | 2008-06-24 13:55:22 +0000 |
commit | 96f99d334d434ae08e0884666895afd1d1ad2108 (patch) | |
tree | df1eed4e19c8cae24b2424b5216b8c125c81df9b /ChangeLog | |
parent | 1289b6d16577d079811fe508288bc6e3e7ddfc2d (diff) |
Bug 539770 - migrate gstrfunc unit tests to gtest
2008-06-24 Paolo Borelli <pborelli@katamail.com>
Bug 539770 - migrate gstrfunc unit tests to gtest
* tests/strfunc-test.c:
* tests/testglib.c:
* tests/strtoll-test.c:
* tests/strtod-test.c:
* tests/string-test.c:
* tests/Makefile.am:
Removed old tests.
* glib/tests/fileutils.c:
* glib/tests/strfuncs.c:
* glib/tests/Makefile.am:
Added all the old tests migrated to the new unit test framework
and add new unit tests for some of the functions.
svn path=/trunk/; revision=7097
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2008-06-24 Paolo Borelli <pborelli@katamail.com> + + Bug 539770 - migrate gstrfunc unit tests to gtest + + * tests/strfunc-test.c: + * tests/testglib.c: + * tests/strtoll-test.c: + * tests/strtod-test.c: + * tests/string-test.c: + * tests/Makefile.am: + Removed old tests. + + * glib/tests/fileutils.c: + * glib/tests/strfuncs.c: + * glib/tests/Makefile.am: + Added all the old tests migrated to the new unit test framework + and add new unit tests for some of the functions. + 2008-06-23 Kristian Rietveld <kris@imendio.com> * gobject/glib-mkenums.in: introduce an ENUMPREFIX substitution. |