[tracker/wip/sam/meson-functional-tests: 56/60] functional-tests: Fix use of non existant predicate in 13-threaded-store



commit 017e26d368c961f1dba4e04844e20b79cf9f1a7f
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 32c2c44..55d76c1 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]