Fossil SCM
Fix the expected result for the TH1 'info commands' test.
Commit
103997d96e3959e08950363c2938107b11de99c6879850742a57e1127e8a7f06
Parent
1e3cfc1e9eaa2bc…
1 file changed
+2
-2
+2
-2
| --- test/th1.test | ||
| +++ test/th1.test | ||
| @@ -1034,12 +1034,12 @@ | ||
| 1034 | 1034 | checkout combobox continue date decorate dir enable_output encode64\ |
| 1035 | 1035 | error expr for getParameter glob_match globalState hascap hasfeature\ |
| 1036 | 1036 | html htmlize http httpize if info insertCsrf lindex linecount list\ |
| 1037 | 1037 | llength lsearch markdown proc puts query randhex redirect regexp\ |
| 1038 | 1038 | reinitialize rename render repository return searchable set\ |
| 1039 | - setParameter setting stime string styleFooter styleHeader tclReady\ | |
| 1040 | - trace unset unversioned uplevel upvar utime verifyCsrf wiki} | |
| 1039 | + setParameter setting stime string styleFooter styleHeader styleScript\ | |
| 1040 | + tclReady trace unset unversioned uplevel upvar utime verifyCsrf wiki} | |
| 1041 | 1041 | set tcl_commands {tclEval tclExpr tclInvoke tclIsSafe tclMakeSafe} |
| 1042 | 1042 | if {$th1Tcl} { |
| 1043 | 1043 | test th1-info-commands-1 {$sorted_result eq [lsort "$base_commands $tcl_commands"]} |
| 1044 | 1044 | } else { |
| 1045 | 1045 | test th1-info-commands-1 {$sorted_result eq [lsort "$base_commands"]} |
| 1046 | 1046 |
| --- test/th1.test | |
| +++ test/th1.test | |
| @@ -1034,12 +1034,12 @@ | |
| 1034 | checkout combobox continue date decorate dir enable_output encode64\ |
| 1035 | error expr for getParameter glob_match globalState hascap hasfeature\ |
| 1036 | html htmlize http httpize if info insertCsrf lindex linecount list\ |
| 1037 | llength lsearch markdown proc puts query randhex redirect regexp\ |
| 1038 | reinitialize rename render repository return searchable set\ |
| 1039 | setParameter setting stime string styleFooter styleHeader tclReady\ |
| 1040 | trace unset unversioned uplevel upvar utime verifyCsrf wiki} |
| 1041 | set tcl_commands {tclEval tclExpr tclInvoke tclIsSafe tclMakeSafe} |
| 1042 | if {$th1Tcl} { |
| 1043 | test th1-info-commands-1 {$sorted_result eq [lsort "$base_commands $tcl_commands"]} |
| 1044 | } else { |
| 1045 | test th1-info-commands-1 {$sorted_result eq [lsort "$base_commands"]} |
| 1046 |
| --- test/th1.test | |
| +++ test/th1.test | |
| @@ -1034,12 +1034,12 @@ | |
| 1034 | checkout combobox continue date decorate dir enable_output encode64\ |
| 1035 | error expr for getParameter glob_match globalState hascap hasfeature\ |
| 1036 | html htmlize http httpize if info insertCsrf lindex linecount list\ |
| 1037 | llength lsearch markdown proc puts query randhex redirect regexp\ |
| 1038 | reinitialize rename render repository return searchable set\ |
| 1039 | setParameter setting stime string styleFooter styleHeader styleScript\ |
| 1040 | tclReady trace unset unversioned uplevel upvar utime verifyCsrf wiki} |
| 1041 | set tcl_commands {tclEval tclExpr tclInvoke tclIsSafe tclMakeSafe} |
| 1042 | if {$th1Tcl} { |
| 1043 | test th1-info-commands-1 {$sorted_result eq [lsort "$base_commands $tcl_commands"]} |
| 1044 | } else { |
| 1045 | test th1-info-commands-1 {$sorted_result eq [lsort "$base_commands"]} |
| 1046 |