summaryrefslogtreecommitdiff
path: root/tests/fts/fts3ae-data.rq
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-04-03 12:35:22 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-04-03 12:49:19 +0200
commit6b9cd24095c7007bbf0a89c46340b23699b25a0f (patch)
tree26d5b2695982913d08efb400facbffe0b6fdcb75 /tests/fts/fts3ae-data.rq
parenta7690b7885f64d3a10b2326d43687a6fa7d3adf5 (diff)
downloadtracker-6b9cd24095c7007bbf0a89c46340b23699b25a0f.tar.gz
tests: Rename libtracker-fts tests directory to fts
This does not refer to static libraries anymore, generalize the testsuite name. While at it, drop the unnecessary libtracker-data dependency.
Diffstat (limited to 'tests/fts/fts3ae-data.rq')
-rw-r--r--tests/fts/fts3ae-data.rq45
1 files changed, 45 insertions, 0 deletions
diff --git a/tests/fts/fts3ae-data.rq b/tests/fts/fts3ae-data.rq
new file mode 100644
index 000000000..6f59851d7
--- /dev/null
+++ b/tests/fts/fts3ae-data.rq
@@ -0,0 +1,45 @@
+INSERT {
+ test:1 a test:A ; test:p "one" .
+ test:2 a test:A ; test:p "two" .
+ test:3 a test:A ; test:p "one two" .
+ test:4 a test:A ; test:p "three" .
+}
+DELETE { test:1 a rdfs:Resource }
+INSERT {
+ test:5 a test:A ; test:p "one three" .
+ test:6 a test:A ; test:p "two three" .
+ test:7 a test:A ; test:p "one two three" .
+}
+DELETE { test:4 a rdfs:Resource }
+INSERT {
+ test:8 a test:A ; test:p "four" .
+ test:9 a test:A ; test:p "one four" .
+ test:10 a test:A ; test:p "two four" .
+}
+DELETE { test:7 a rdfs:Resource }
+INSERT {
+ test:11 a test:A ; test:p "one two four" .
+ test:12 a test:A ; test:p "three four" .
+ test:13 a test:A ; test:p "one three four" .
+}
+DELETE { test:10 a rdfs:Resource }
+INSERT {
+ test:14 a test:A ; test:p "two three four" .
+ test:15 a test:A ; test:p "one two three four" .
+ test:16 a test:A ; test:p "five" .
+}
+DELETE { test:13 a rdfs:Resource }
+INSERT {
+ test:17 a test:A ; test:p "one five" .
+ test:18 a test:A ; test:p "two five" .
+ test:19 a test:A ; test:p "one two five" .
+}
+DELETE { test:16 a rdfs:Resource }
+INSERT {
+ test:20 a test:A ; test:p "three five" .
+ test:21 a test:A ; test:p "one three five" .
+ test:22 a test:A ; test:p "two three five" .
+}
+DELETE { test:19 a rdfs:Resource }
+DELETE { test:22 a rdfs:Resource }
+