diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-04-16 18:53:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-04-16 18:53:55 (GMT) |
commit | 1f6f16eb0acd800c01eb3eb44390f314983b353f (patch) | |
tree | 38fdf10632e9781b28f42c80fe75bd6fee3c235b /tests/clock.test | |
parent | ad8887b04e66ed22e5d93c1143f7cbafba071722 (diff) | |
parent | c37220bed3a6c2c42a369ca18cf216568a86b1c1 (diff) | |
download | tcl-1f6f16eb0acd800c01eb3eb44390f314983b353f.zip tcl-1f6f16eb0acd800c01eb3eb44390f314983b353f.tar.gz tcl-1f6f16eb0acd800c01eb3eb44390f314983b353f.tar.bz2 |
merge trunk
Diffstat (limited to 'tests/clock.test')
-rw-r--r-- | tests/clock.test | 9 |
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 |