summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-04-16 15:17:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-04-16 15:17:14 (GMT)
commit335591836a9021a19656c59b7e576879957d8de0 (patch)
tree0c85cf23d4eb3b285cd352c38dce1a1a2a02046f /tests
parentf91d3dd584d4cb5c2e4b292a7c4c9bc2044af97b (diff)
downloadtcl-335591836a9021a19656c59b7e576879957d8de0.zip
tcl-335591836a9021a19656c59b7e576879957d8de0.tar.gz
tcl-335591836a9021a19656c59b7e576879957d8de0.tar.bz2
Test for [d19a30db57].
Diffstat (limited to 'tests')
-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