1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 06:27:59 +01:00

Fix failing tests.

--HG--
branch : groups
This commit is contained in:
Kris Maglione
2011-02-05 03:37:20 -05:00
parent 3b5f2fc07f
commit 01935dbb64
4 changed files with 11 additions and 14 deletions

View File

@@ -250,7 +250,7 @@ var History = Module("history", {
context.generate = function () [
Array.slice(row.rev_host).reverse().join("").slice(1)
for (row in iter(services.history.DBConnection
.createStatement("SELECT DISTINCT rev_host FROM moz_places;")))
.createStatement("SELECT DISTINCT rev_host FROM moz_places WHERE rev_host IS NOT NULL;")))
].slice(2);
};