diff options
author | dgp <dgp@users.sourceforge.net> | 2014-04-16 15:37:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-04-16 15:37:26 (GMT) |
commit | ea3c325aa5b5b1cabf261126c3ed41467a5ec7ac (patch) | |
tree | 4d29899a493400fc2007cb0b461712d17c22a630 /tests/clock.test | |
parent | 9915e7737408ca9d2d0c10d331f8ee7f03d627f4 (diff) | |
download | tcl-ea3c325aa5b5b1cabf261126c3ed41467a5ec7ac.zip tcl-ea3c325aa5b5b1cabf261126c3ed41467a5ec7ac.tar.gz tcl-ea3c325aa5b5b1cabf261126c3ed41467a5ec7ac.tar.bz2 |
Repair new test so all parts will be effective.
Diffstat (limited to 'tests/clock.test')
-rw-r--r-- | tests/clock.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/clock.test b/tests/clock.test index 56763bd..7d62a60 100644 --- a/tests/clock.test +++ b/tests/clock.test @@ -36930,6 +36930,9 @@ test clock-67.1 {clock format, %% with a letter following [Bug 2819334]} { 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 * |