diff options
author | pointsman <rolf@pointsman.de> | 2023-06-04 22:54:59 (GMT) |
---|---|---|
committer | pointsman <rolf@pointsman.de> | 2023-06-04 22:54:59 (GMT) |
commit | 02f302c8cf626bcf0452b5da0290fcb1212701bf (patch) | |
tree | 16a20599ee2cc6bafd97a5b34a1a7243be3256fc /tests | |
parent | a7e21b7c564f60937d36bef38d68da14d57997fa (diff) | |
download | tcl-02f302c8cf626bcf0452b5da0290fcb1212701bf.zip tcl-02f302c8cf626bcf0452b5da0290fcb1212701bf.tar.gz tcl-02f302c8cf626bcf0452b5da0290fcb1212701bf.tar.bz2 |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/clock.test | 3 |
1 files changed, 1 insertions, 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} {*}{ |