Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Activate all the Tk specific tests. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | subtitles-and-corrected-tests |
Files: | files | file ages | folders |
SHA1: | 297b6b232a3a7ac447bfc51ba2d70db44b21c234 |
User & Date: | aku 2013-03-12 03:17:20 |
Context
2013-03-14
| ||
16:15 | Since the support for subtexts to the axes requires options for the right axis when determining the margins, we need to use the rightaxis component for all relevant plot/chart types. check-in: 8c13632e14 user: markus tags: subtitles-and-corrected-tests | |
2013-03-12
| ||
03:18 | Get latest plotchart fixes. check-in: fcdf9d9650 user: aku tags: tklib-0-6-rc | |
03:17 | Activate all the Tk specific tests. check-in: 297b6b232a user: aku tags: subtitles-and-corrected-tests | |
03:14 | Fixed another improper check, and removed redundant check in package index. check-in: f3d8b0be17 user: aku tags: subtitles-and-corrected-tests | |
Changes
Changes to modules/plotchart/plotchart.test.
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
# Future: put all tests under constraint tk and set constraint properly
if {[catch { package require Tk 8.5 } msg]} {
puts " Aborting the tests found in \"[file tail [info script]]\"."
puts " Requiring Tk 8.5, $msg"
return
}
#::tcltest::testConstraint tk 1
# -------------------------------------------------------------------------
#
# Note:
# The tests assume tcltest 2.1, in order to compare
# floating-point results
|
| |
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
# Future: put all tests under constraint tk and set constraint properly if {[catch { package require Tk 8.5 } msg]} { puts " Aborting the tests found in \"[file tail [info script]]\"." puts " Requiring Tk 8.5, $msg" return } ::tcltest::testConstraint tk 1 # ------------------------------------------------------------------------- # # Note: # The tests assume tcltest 2.1, in order to compare # floating-point results |