Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/.topmsg
diff options
context:
space:
mode:
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg16
1 files changed, 5 insertions, 11 deletions
diff --git a/.topmsg b/.topmsg
index 813bb78..9171814 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,14 +1,8 @@
-From: Sascha Silbe <sascha@silbe.org>
-Subject: [PATCH] fix range query for timestamp to do numerical comparison instead of lexical (#1342)
+From: Sascha Silbe <sascha-pgp@silbe.org>
+Subject: [PATCH] add (minimal) test suite (SL#1438)
-With the current code, anything Xapian value-stored is converted to a string
-before querying, so numeric types end up as decimal strings. This won't work as
-expected because Xapian does lexical comparison. We need to use
-xapian.sortable_serialise() on numeric values to convert them to an (internal)
-format that will result in "numerical" comparison.
-
-Changes index content format, so needs an index rebuild.
-
-Prerequisite: #1437
+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>