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 | ca6f13bb3001d560ccd18ff40400afca249ebe28 (patch) | |
tree | 4d29899a493400fc2007cb0b461712d17c22a630 /tests | |
parent | 672a809211f32f12d7127dae83940756c7fb567d (diff) | |
download | tcl-ca6f13bb3001d560ccd18ff40400afca249ebe28.zip tcl-ca6f13bb3001d560ccd18ff40400afca249ebe28.tar.gz tcl-ca6f13bb3001d560ccd18ff40400afca249ebe28.tar.bz2 |
Repair new test so all parts will be effective.
Diffstat (limited to 'tests')
-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 * |