[tracker/sparql-update] squashie
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sparql-update] squashie
- Date: Mon, 14 Mar 2011 12:32:21 +0000 (UTC)
commit d5bbcd319cd92a76c2e1879a91873d637f57a4b0
Author: Philip Van Hoof <philip codeminded be>
Date: Mon Mar 14 13:31:56 2011 +0100
squashie
.../ipc/test-insert-or-replace.vala | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/tests/functional-tests/ipc/test-insert-or-replace.vala b/tests/functional-tests/ipc/test-insert-or-replace.vala
index c352721..8e51ca0 100644
--- a/tests/functional-tests/ipc/test-insert-or-replace.vala
+++ b/tests/functional-tests/ipc/test-insert-or-replace.vala
@@ -202,7 +202,7 @@ DELETE
}
WHERE
{
- <contact_b:%1$d> nco:hasAffiliation ?subject .
+ <contact:%1$d> nco:hasAffiliation ?subject .
?subject nco:hasPostalAddress ?object .
}
@@ -212,7 +212,7 @@ DELETE
}
WHERE
{
- <contact_b:%1$d> nco:hasAffiliation [ nco:org ?subject ] .
+ <contact:%1$d> nco:hasAffiliation [ nco:org ?subject ] .
?subject nco:hasPostalAddress ?object .
}
@@ -222,7 +222,7 @@ DELETE
}
WHERE
{
- <contact_b:%1$d> ?predicate ?resource .
+ <contact:%1$d> ?predicate ?resource .
FILTER(?predicate IN (nao:hasProperty, nco:hasPostalAddress, ncal:anniversary,
ncal:birthday, nco:hasLocation, nco:hasAffiliation)) .
@@ -262,14 +262,14 @@ DELETE
{
GRAPH <urn:uuid:08070f5c-a334-4d19-a8b0-12a3071bfab9>
{
- <contact_b:%1$d> ?predicate ?object .
+ <contact:%1$d> ?predicate ?object .
}
}
WHERE
{
GRAPH <urn:uuid:08070f5c-a334-4d19-a8b0-12a3071bfab9>
{
- <contact_b:%1$d> ?predicate ?object .
+ <contact:%1$d> ?predicate ?object .
FILTER(?predicate NOT IN (nco:contactLocalUID,nco:contactUID,rdf:type)) .
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]