[gnome-color-manager] trivial: fix up make check
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] trivial: fix up make check
- Date: Mon, 24 May 2010 12:48:33 +0000 (UTC)
commit ee6ef3bfcfa3213484fb370982a05db256d2f49b
Author: Richard Hughes <richard hughsie com>
Date: Mon May 24 13:29:07 2010 +0100
trivial: fix up make check
src/gcm-self-test.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-self-test.c b/src/gcm-self-test.c
index 90d3918..8077a4a 100644
--- a/src/gcm-self-test.c
+++ b/src/gcm-self-test.c
@@ -953,7 +953,7 @@ gcm_test_utils_func (void)
file = g_file_new_for_path ("dave.icc");
dest = gcm_utils_get_profile_destination (file);
filename = g_file_get_path (dest);
- g_assert (g_str_has_suffix (filename, "/.color/icc/dave.icc"));
+ g_assert (g_str_has_suffix (filename, "/.local/share/icc/dave.icc"));
g_free (filename);
g_object_unref (file);
g_object_unref (dest);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]