[tracker/wip/sam/meson-functional-tests: 7/10] functional-tests: Fix use of non existant predicate in 13-threaded-store
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/sam/meson-functional-tests: 7/10] functional-tests: Fix use of non existant predicate in 13-threaded-store
- Date: Wed, 1 Nov 2017 18:08:30 +0000 (UTC)
commit 4f11c1b8460de1d9592948af1f9a5ce765dbe86d
Author: Sam Thursfield <sam thursfield codethink co uk>
Date: Wed Nov 1 18:04:22 2017 +0000
functional-tests: Fix use of non existant predicate in 13-threaded-store
tests/functional-tests/13-threaded-store.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/functional-tests/13-threaded-store.py b/tests/functional-tests/13-threaded-store.py
index 61d4674..9032250 100755
--- a/tests/functional-tests/13-threaded-store.py
+++ b/tests/functional-tests/13-threaded-store.py
@@ -73,7 +73,7 @@ class TestThreadedStore (CommonTrackerStoreTest):
print "Loading: %.3f sec." % (end-start)
COMPLEX_QUERY = """
- SELECT ?url nie:url(?photo) nco:imContactStatusMessage (?url)
+ SELECT ?url nie:url(?photo) nco:imStatusMessage (?url)
tracker:coalesce(nco:nameFamily (?url), nco:nameFamily (?url), nco:nameGiven (?org), ?email,
?phone, nco:blogUrl (?url))
WHERE {
{ ?url a nco:PersonContact.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]