diff options
author | dgp@users.sourceforge.net <dgp> | 2014-04-16 15:17:14 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2014-04-16 15:17:14 (GMT) |
commit | 64c824894bcc8a233e9739945c83a60ac622d2b8 (patch) | |
tree | 0c85cf23d4eb3b285cd352c38dce1a1a2a02046f | |
parent | f9543773e3b32c39296230e4211fb7a3b5d358fe (diff) | |
download | tcl-64c824894bcc8a233e9739945c83a60ac622d2b8.zip tcl-64c824894bcc8a233e9739945c83a60ac622d2b8.tar.gz tcl-64c824894bcc8a233e9739945c83a60ac622d2b8.tar.bz2 |
Test for [d19a30db57].
-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 |