summaryrefslogtreecommitdiffstats
path: root/tests/clock.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-04-16 18:53:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-04-16 18:53:55 (GMT)
commit1f6f16eb0acd800c01eb3eb44390f314983b353f (patch)
tree38fdf10632e9781b28f42c80fe75bd6fee3c235b /tests/clock.test
parentad8887b04e66ed22e5d93c1143f7cbafba071722 (diff)
parentc37220bed3a6c2c42a369ca18cf216568a86b1c1 (diff)
downloadtcl-1f6f16eb0acd800c01eb3eb44390f314983b353f.zip
tcl-1f6f16eb0acd800c01eb3eb44390f314983b353f.tar.gz
tcl-1f6f16eb0acd800c01eb3eb44390f314983b353f.tar.bz2
merge trunk
Diffstat (limited to 'tests/clock.test')
-rw-r--r--tests/clock.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/clock.test b/tests/clock.test
index 0202fc7..8debba1 100644
--- a/tests/clock.test
+++ b/tests/clock.test
@@ -36927,6 +36927,15 @@ 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 *
+test clock-67.3 {Bug d19a30db57} -body {
+ # error, not segfault
+ tcl::clock::GetJulianDayFromEraYearWeekDay {} 2361222
+} -returnCodes error -match glob -result *
+
# cleanup
namespace delete ::testClock