diff options
author | dgp <dgp@users.sourceforge.net> | 2014-04-16 15:17:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-04-16 15:17:14 (GMT) |
commit | 605c8e8366d2242fdbc73a8322ec2e5e6fce73cf (patch) | |
tree | 0c85cf23d4eb3b285cd352c38dce1a1a2a02046f /tests | |
parent | a4bc22607acc934d7a04e6c965a71e5f42206e12 (diff) | |
download | tcl-605c8e8366d2242fdbc73a8322ec2e5e6fce73cf.zip tcl-605c8e8366d2242fdbc73a8322ec2e5e6fce73cf.tar.gz tcl-605c8e8366d2242fdbc73a8322ec2e5e6fce73cf.tar.bz2 |
Test for [d19a30db57].
Diffstat (limited to 'tests')
-rw-r--r-- | tests/clock.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/clock.test b/tests/clock.test index fea1fc9..aef699e 100644 --- a/tests/clock.test +++ b/tests/clock.test @@ -36927,6 +36927,11 @@ test clock-67.1 {clock format, %% with a letter following [Bug 2819334]} { clock format [clock seconds] -format %%r } %r +test clock-67.2 {Bug d19a30db57} -body { + # error, not segfault + tcl::clock::GetJulianDayFromEraYearMonthDay {} 2361222 +} -returnCodes error -match glob -result * + # cleanup namespace delete ::testClock |