summaryrefslogtreecommitdiff
path: root/sysutils/nepomuk-core/files/patch-autotests__test__querytests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/nepomuk-core/files/patch-autotests__test__querytests.cpp')
-rw-r--r--sysutils/nepomuk-core/files/patch-autotests__test__querytests.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/nepomuk-core/files/patch-autotests__test__querytests.cpp b/sysutils/nepomuk-core/files/patch-autotests__test__querytests.cpp
new file mode 100644
index 000000000000..811245a32ac8
--- /dev/null
+++ b/sysutils/nepomuk-core/files/patch-autotests__test__querytests.cpp
@@ -0,0 +1,11 @@
+--- ./autotests/test/querytests.cpp.orig 2012-11-30 09:00:24.000000000 +0100
++++ ./autotests/test/querytests.cpp 2013-01-09 20:41:58.662772968 +0100
+@@ -295,7 +295,7 @@
+
+ // Resource Type Term
+ {
+- Query::Query query( ResourceTypeTerm( NAO::Tag() ) );
++ Query::Query query( ( ResourceTypeTerm( NAO::Tag() ) ) );
+
+ QSet<QUrl> uris;
+ NepomukStatementIterator it( RDF::type() );