From 02f302c8cf626bcf0452b5da0290fcb1212701bf Mon Sep 17 00:00:00 2001 From: pointsman Date: Sun, 4 Jun 2023 22:54:59 +0000 Subject: Fixed a new test added by [72f78b60851]. The test as it was repeated just the previous one. Now it shows what was fixed. Removed development comment. --- tests/clock.test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/clock.test b/tests/clock.test index 5ac70a6..587828f 100644 --- a/tests/clock.test +++ b/tests/clock.test @@ -36776,9 +36776,8 @@ test clock-57.2 {clock scan - not -gmt and -timezone in the same call} { catch {clock scan 1970-01-01 -format %Y-%m-%d -gmt true -timezone :Europe/Berlin} } 1 -# Bug af3ebc5fafe009 test clock-57.3 {clock scan - not -g and -timezone in the same call} { - catch {clock scan 1970-01-01 -format %Y-%m-%d -gmt true -timezone :Europe/Berlin} + catch {clock scan 1970-01-01 -format %Y-%m-%d -g true -timezone :Europe/Berlin} } 1 test clock-58.1 {clock l10n - Japanese localisation} {*}{ -- cgit v0.12