From 6ed8a7624d16674fa336227eca65ac4348b278ce Mon Sep 17 00:00:00 2001 From: Simon Baird Date: Thu, 30 Jan 2014 20:28:54 +0600 Subject: [PATCH] Also fix timezone related eachday test failure In some timezones, (eg GMT+6) the modified timestamps for the 'TiddlerOne' and 'Tiddler Three' test tiddlers were actually on the same day. This was causing the 'eachday' filter test to fail. Similar to the fix in commit 8487221, this just adjusts the timestamp to ensure the test passes in any timezone. --- editions/test/tiddlers/tests/test-filters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/test/tiddlers/tests/test-filters.js b/editions/test/tiddlers/tests/test-filters.js index b2532d515..c768ac841 100644 --- a/editions/test/tiddlers/tests/test-filters.js +++ b/editions/test/tiddlers/tests/test-filters.js @@ -41,7 +41,7 @@ describe("Filter tests", function() { text: "The speed of sound in light\n\nThere is no TiddlerZero but TiddlerSix", tags: ["one","two"], modifier: "JohnDoe", - modified: "201304161643"}); + modified: "201304162202"}); wiki.addTiddler({ title: "a fourth tiddler", text: "The quality of mercy is not drained by [[Tiddler Three]]",