Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <silbe@activitycentral.com>2011-03-04 14:02:02 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-03-04 14:02:02 (GMT)
commitca4d047f51f3b31ef3c834e803768c75dd02dcb9 (patch)
treeb284c28c1f23155560c376cf8b8ebad41c361239
parent4690bc32137dd15561081fd0a472a147b885f8b9 (diff)
parent38b1c874d46e9d4e3228d884fcbe175b01564592 (diff)
Merge remote branch 'refs/remotes/origin/t/query-typed-props' into HEAD
* refs/remotes/origin/t/query-typed-props: New TopGit dependency: t/testsuite add and use type information for "known" properties (#1437)
-rw-r--r--.topdeps1
-rw-r--r--.topmsg10
2 files changed, 7 insertions, 4 deletions
diff --git a/.topdeps b/.topdeps
index 9c9ac90..32541a7 100644
--- a/.topdeps
+++ b/.topdeps
@@ -1 +1,2 @@
upstream/master
+t/testsuite
diff --git a/.topmsg b/.topmsg
index 76e731e..bb91966 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,8 +1,10 @@
From: Sascha Silbe <sascha@silbe.org>
-Subject: [PATCH] add (minimal) test suite (#1438)
+Subject: [PATCH] add and use type information for "known" properties (#1437)
+
+Bug #1342 has shown that it's necessary to know (and convert/check) the type
+of known properties (as we need to use xapian.sortable_serialise() on numeric
+types). This patch does that (but doesn't fix #1342 yet, that will be done on
+top of it).
-Add a minimal test suite for the data store operating on public DBus API
-level. Checks all public API calls, including some simple performance
-measurements.
Signed-off-by: Sascha Silbe <sascha@silbe.org>