[gnome-settings-daemon/gnome-3-22] color: Fix self-test
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/gnome-3-22] color: Fix self-test
- Date: Mon, 10 Oct 2016 14:32:20 +0000 (UTC)
commit a24ca7e87a833e1318eaa441f019cb44de06b97e
Author: Bastien Nocera <hadess hadess net>
Date: Thu Sep 29 14:21:07 2016 +0200
color: Fix self-test
The data now comes from hwdb via gnome-desktop, and the name of the
vendor changed.
https://bugzilla.gnome.org/show_bug.cgi?id=741688
plugins/color/gcm-self-test.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/color/gcm-self-test.c b/plugins/color/gcm-self-test.c
index 9caad09..5edda78 100644
--- a/plugins/color/gcm-self-test.c
+++ b/plugins/color/gcm-self-test.c
@@ -70,7 +70,7 @@ gcm_test_edid_func (void)
g_assert (ret);
g_assert_cmpstr (gcm_edid_get_monitor_name (edid), ==, NULL);
- g_assert_cmpstr (gcm_edid_get_vendor_name (edid), ==, "IBM France");
+ g_assert_cmpstr (gcm_edid_get_vendor_name (edid), ==, "IBM Brasil");
g_assert_cmpstr (gcm_edid_get_serial_number (edid), ==, NULL);
g_assert_cmpstr (gcm_edid_get_eisa_id (edid), ==, "LTN154P2-L05");
g_assert_cmpstr (gcm_edid_get_checksum (edid), ==, "e1865128c7cd5e5ed49ecfc8102f6f9c");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]