kopia lustrzana https://github.com/miklobit/TiddlyWiki5
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.
print-window-tiddler
rodzic
9acb10f781
commit
6ed8a7624d
|
@ -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]]",
|
||||
|
|
Ładowanie…
Reference in New Issue