1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-23 13:53:15 +00:00

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.
This commit is contained in:
Simon Baird 2014-01-30 20:28:54 +06:00
parent 9acb10f781
commit 6ed8a7624d

View File

@ -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]]",