[gnome-weather] Fix for failed tests for deprecated libs
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] Fix for failed tests for deprecated libs
- Date: Fri, 28 Feb 2014 13:27:42 +0000 (UTC)
commit 0c294867b365e34e940703f8be894ca9b4fcee85
Author: Shivani Poddar <shivani poddar92 gmail com>
Date: Fri Feb 28 18:53:02 2014 +0530
Fix for failed tests for deprecated libs
https://bugzilla.gnome.org/show_bug.cgi?id=725398
tests/testutil.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/testutil.py b/tests/testutil.py
index 65f13ec..6edff8e 100644
--- a/tests/testutil.py
+++ b/tests/testutil.py
@@ -71,7 +71,7 @@ def reset_settings():
def init():
global settings, _previous_locations
- settings = Gio.Settings(schema_id="org.gnome.Weather.Application")
+ settings = Gio.Settings("org.gnome.Weather.Application")
_previous_locations = settings.get_value("locations")
reset_settings()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]