summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2014-04-16 15:17:14 (GMT)
committerdgp@users.sourceforge.net <dgp>2014-04-16 15:17:14 (GMT)
commit64c824894bcc8a233e9739945c83a60ac622d2b8 (patch)
tree0c85cf23d4eb3b285cd352c38dce1a1a2a02046f
parentf9543773e3b32c39296230e4211fb7a3b5d358fe (diff)
downloadtcl-64c824894bcc8a233e9739945c83a60ac622d2b8.zip
tcl-64c824894bcc8a233e9739945c83a60ac622d2b8.tar.gz
tcl-64c824894bcc8a233e9739945c83a60ac622d2b8.tar.bz2
Test for [d19a30db57].
-rw-r--r--tests/clock.test5
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