[tracker/rss-enclosures] tests: Add <unknown> to unit test case
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] tests: Add <unknown> to unit test case
- Date: Sat, 26 Jun 2010 23:15:25 +0000 (UTC)
commit 209d433a7de10e75117a6d3d93e64f20bbb2c962
Author: Philip Van Hoof <philip codeminded be>
Date: Mon Jun 7 19:14:48 2010 +0300
tests: Add <unknown> to unit test case
tests/libtracker-data/expr-ops/query-res-1.rq | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/libtracker-data/expr-ops/query-res-1.rq b/tests/libtracker-data/expr-ops/query-res-1.rq
index b72ae86..8456b7e 100755
--- a/tests/libtracker-data/expr-ops/query-res-1.rq
+++ b/tests/libtracker-data/expr-ops/query-res-1.rq
@@ -1,5 +1,5 @@
PREFIX : <http://example.org/>
SELECT ?s WHERE {
?s a :B .
- FILTER((!(?s = <a> || ?s = <b>))) .
+ FILTER((!(?s = <a> || ?s = <b> || ?s = <unknown>))) .
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]