summaryrefslogtreecommitdiffstats
path: root/tests/clock.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-04-16 15:40:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-04-16 15:40:09 (GMT)
commita7101c49afc9bb6efcfa5cc5cedf7f166b0d1a74 (patch)
tree98b11b43ff79409537d5dcc49aa4ea21cf9ab9ee /tests/clock.test
parent9db9d4ff84fd7d03ae9d39b5d619166bc0b4b6fd (diff)
parentea3c325aa5b5b1cabf261126c3ed41467a5ec7ac (diff)
downloadtcl-a7101c49afc9bb6efcfa5cc5cedf7f166b0d1a74.zip
tcl-a7101c49afc9bb6efcfa5cc5cedf7f166b0d1a74.tar.gz
tcl-a7101c49afc9bb6efcfa5cc5cedf7f166b0d1a74.tar.bz2
[d19a30db57] More testing.
Diffstat (limited to 'tests/clock.test')
-rw-r--r--tests/clock.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/clock.test b/tests/clock.test
index 2d23ea5..8debba1 100644
--- a/tests/clock.test
+++ b/tests/clock.test
@@ -36931,6 +36931,10 @@ 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