[epiphany] Fix ephy-history-test
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Fix ephy-history-test
- Date: Tue, 8 Aug 2017 15:28:43 +0000 (UTC)
commit 9d6a03c227ef76546e811877b64ac646c1b8dd28
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Tue Aug 8 10:26:12 2017 -0500
Fix ephy-history-test
Although the database format has changed, we have not changed the
integers that we insert into the database, so it makes no difference
that they are microseconds now rather than seconds.
tests/ephy-history-test.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/ephy-history-test.c b/tests/ephy-history-test.c
index 9a45298..33d66a2 100644
--- a/tests/ephy-history-test.c
+++ b/tests/ephy-history-test.c
@@ -419,7 +419,7 @@ perform_complex_url_query_with_time_range (EphyHistoryService *service,
query->substring_list = g_list_prepend (query->substring_list, (gpointer)"k");
query->limit = 1;
query->sort_type = EPHY_HISTORY_SORT_MOST_VISITED;
- query->from = 500 * 1000000; /* Microseconds */
+ query->from = 500;
/* The expected result. */
url = ephy_history_url_new ("http://www.webkitgtk.org";,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]