Small test fixup

svn path=/trunk/; revision=6652
This commit is contained in:
Matthias Clasen 2008-03-10 15:13:29 +00:00
parent 1e781bc080
commit fe751b255f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-03-10 Matthias Clasen <mclasen@redhat.com>
* tests/testglib.c: Still set the udddocs and uddpubshare
variables for the verbose case.
2008-03-07 Alexander Larsson <alexl@redhat.com>
* configure.in:

View File

@ -787,6 +787,8 @@ test_info (void)
uddesktop = g_get_user_special_dir (G_USER_DIRECTORY_DESKTOP);
g_assert (uddesktop != NULL);
udddocs = g_get_user_special_dir (G_USER_DIRECTORY_DOCUMENTS);
uddpubshare = g_get_user_special_dir (G_USER_DIRECTORY_PUBLIC_SHARE);
sv = (gchar **) g_get_system_data_dirs ();
sdatadirs = g_strjoinv (G_SEARCHPATH_SEPARATOR_S, sv);