Small test fixup
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 10 Mar 2008 15:13:29 +0000 (15:13 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 10 Mar 2008 15:13:29 +0000 (15:13 +0000)
svn path=/trunk/; revision=6652

ChangeLog
tests/testglib.c

index eae5c98b81b4627bd197e1296c3bd8d6b5b6d464..021492a8bf42ca0eefa5047f59b00f9c1b0a7865 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 201b1aba3a8adf6968dba9d85d7ea40113aa6337..9180d9cfd4522de5ee92e763876f3137db460c58 100644 (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);