Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Comment fixes |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ebdf8cc0040144f27a60352c93d1f0de |
User & Date: | andreask 2015-05-09 00:06:48.978 |
Context
2015-05-11
| ||
22:27 | Really complete fixes for help testsuite. check-in: 868958ed6d user: aku tags: trunk | |
2015-05-09
| ||
00:08 | Started on testsuite for validation types. Template for the common API signatures. check-in: 52969c8c6f user: andreask tags: vtype-testing | |
00:06 | Comment fixes check-in: ebdf8cc004 user: andreask tags: trunk | |
2015-05-08
| ||
22:37 | Complete the fixes to help testsuite. check-in: adefffc9e0 user: andreask tags: trunk | |
Changes
Changes to tests/ask.test.
1 2 | # -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0 # # ## ### ##### ######## ############# ##################### | | | 1 2 3 4 5 6 7 8 9 10 | # -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0 # # ## ### ##### ######## ############# ##################### ## Testing the cmdr::ask package. kt check Tcl 8.5 kt check tcltest 2 kt require support Tclx kt require support debug kt require support debug::caller |
︙ | ︙ | |||
30 31 32 33 34 35 36 | } -returnCodes error \ -result {unknown or ambiguous subcommand "foo": must be choose, menu, string, string*, string/extended, or yn} # # ## ### ##### ######## ############# ##################### ## Go through the API commands. ## yn, string, string*, string/extended, menu, choose # | | | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | } -returnCodes error \ -result {unknown or ambiguous subcommand "foo": must be choose, menu, string, string*, string/extended, or yn} # # ## ### ##### ######## ############# ##################### ## Go through the API commands. ## yn, string, string*, string/extended, menu, choose # ## Only basic args checks at the moment. Everything else goes into interaction, ## which the tcltest is not suited for. # ## Idea: Replace linenoise with a mockup command to record calls and ## returns fixed results. # # ## ### ##### ######## ############# ##################### ## yn |
︙ | ︙ |