Move unit test on g_basename() function to glib/tests/fileutils.c
g_basename()
function is defined in glib/gfileutils.c
which is tested by glib/tests/fileutils.c
test set. Until now, g_basename()
test was in glib/test/utils.c
. This patch move the unit test to the proper file.