summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@katamail.com>2008-06-24 13:55:22 +0000
committerPaolo Borelli <pborelli@src.gnome.org>2008-06-24 13:55:22 +0000
commit96f99d334d434ae08e0884666895afd1d1ad2108 (patch)
treedf1eed4e19c8cae24b2424b5216b8c125c81df9b /ChangeLog
parent1289b6d16577d079811fe508288bc6e3e7ddfc2d (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--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cf319ba6..376327d86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.