[tracker] Functional test: parameter in error callback
- From: Ivan Frade <ifrade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] Functional test: parameter in error callback
- Date: Mon, 10 May 2010 16:23:37 +0000 (UTC)
commit 6ba99ead86439cc2265beb98e20783c30afd66e5
Author: Ivan Frade <ivan frade nokia com>
Date: Mon May 10 19:12:08 2010 +0300
Functional test: parameter in error callback
tests/functional-tests/10-sqlite-misused.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/functional-tests/10-sqlite-misused.py b/tests/functional-tests/10-sqlite-misused.py
index 2650617..81dc081 100644
--- a/tests/functional-tests/10-sqlite-misused.py
+++ b/tests/functional-tests/10-sqlite-misused.py
@@ -80,7 +80,7 @@ class TestSqliteMisused (unittest.TestCase):
self.timeout_cb ()
print "Success loading a file"
- def loaded_failed_cb (self):
+ def loaded_failed_cb (self, error):
print "Failed loading a file"
assert False
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]