Bug 539770 - migrate gstrfunc unit tests to gtest
authorPaolo Borelli <pborelli@katamail.com>
Tue, 24 Jun 2008 13:55:22 +0000 (13:55 +0000)
committerPaolo Borelli <pborelli@src.gnome.org>
Tue, 24 Jun 2008 13:55:22 +0000 (13:55 +0000)
commit96f99d334d434ae08e0884666895afd1d1ad2108
treedf1eed4e19c8cae24b2424b5216b8c125c81df9b
parent1289b6d16577d079811fe508288bc6e3e7ddfc2d
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
ChangeLog
glib/tests/Makefile.am
glib/tests/fileutils.c [new file with mode: 0644]
glib/tests/strfuncs.c [new file with mode: 0644]
tests/Makefile.am
tests/strfunc-test.c [deleted file]
tests/string-test.c
tests/strtod-test.c [deleted file]
tests/strtoll-test.c [deleted file]
tests/testglib.c