diff options
author | dgp <dgp@users.sourceforge.net> | 2014-04-16 15:40:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-04-16 15:40:09 (GMT) |
commit | a7101c49afc9bb6efcfa5cc5cedf7f166b0d1a74 (patch) | |
tree | 98b11b43ff79409537d5dcc49aa4ea21cf9ab9ee /tests/clock.test | |
parent | 9db9d4ff84fd7d03ae9d39b5d619166bc0b4b6fd (diff) | |
parent | ea3c325aa5b5b1cabf261126c3ed41467a5ec7ac (diff) | |
download | tcl-a7101c49afc9bb6efcfa5cc5cedf7f166b0d1a74.zip tcl-a7101c49afc9bb6efcfa5cc5cedf7f166b0d1a74.tar.gz tcl-a7101c49afc9bb6efcfa5cc5cedf7f166b0d1a74.tar.bz2 |
[d19a30db57] More testing.
Diffstat (limited to 'tests/clock.test')
-rw-r--r-- | tests/clock.test | 4 |
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 |