mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-18 03:21:21 -07: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:
parent
9acb10f781
commit
6ed8a7624d
1 changed files with 1 additions and 1 deletions
|
|
@ -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]]",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue