Fossil SCM
Fix two failing test-cases
Commit
54bd013176c59cbecb8d26b1acc8b9b8bc967514
Parent
281c67c41dd9195…
2 files changed
+1
-1
+2
-2
+1
-1
| --- test/release-checklist.wiki | ||
| +++ test/release-checklist.wiki | ||
| @@ -3,11 +3,11 @@ | ||
| 3 | 3 | This file describes the testing procedures for Fossil prior to an |
| 4 | 4 | official release. |
| 5 | 5 | |
| 6 | 6 | <ol> |
| 7 | 7 | <li><p> |
| 8 | -From a private directory (not the source tree) run | |
| 8 | +From a private directory (not the source tree) run | |
| 9 | 9 | "<b>tclsh $SRC/test/tester.tcl $FOSSIL</b>" where $FOSSIL is the |
| 10 | 10 | name of the executable under test and $SRC is the source tree. |
| 11 | 11 | Verify that there are no errors. |
| 12 | 12 | |
| 13 | 13 | <li><p> |
| 14 | 14 |
| --- test/release-checklist.wiki | |
| +++ test/release-checklist.wiki | |
| @@ -3,11 +3,11 @@ | |
| 3 | This file describes the testing procedures for Fossil prior to an |
| 4 | official release. |
| 5 | |
| 6 | <ol> |
| 7 | <li><p> |
| 8 | From a private directory (not the source tree) run |
| 9 | "<b>tclsh $SRC/test/tester.tcl $FOSSIL</b>" where $FOSSIL is the |
| 10 | name of the executable under test and $SRC is the source tree. |
| 11 | Verify that there are no errors. |
| 12 | |
| 13 | <li><p> |
| 14 |
| --- test/release-checklist.wiki | |
| +++ test/release-checklist.wiki | |
| @@ -3,11 +3,11 @@ | |
| 3 | This file describes the testing procedures for Fossil prior to an |
| 4 | official release. |
| 5 | |
| 6 | <ol> |
| 7 | <li><p> |
| 8 | From a private directory (not the source tree) run |
| 9 | "<b>tclsh $SRC/test/tester.tcl $FOSSIL</b>" where $FOSSIL is the |
| 10 | name of the executable under test and $SRC is the source tree. |
| 11 | Verify that there are no errors. |
| 12 | |
| 13 | <li><p> |
| 14 |
+2
-2
| --- test/th1.test | ||
| +++ test/th1.test | ||
| @@ -42,16 +42,16 @@ | ||
| 42 | 42 | test th1-setting-4 {$RESULT eq {TH_ERROR: no value for setting "abc"}} |
| 43 | 43 | |
| 44 | 44 | ############################################################################### |
| 45 | 45 | |
| 46 | 46 | fossil test-th-eval --open-config "setting autosync" |
| 47 | -test th1-setting-5 {$RESULT eq 0 || $RESULT eq 1} | |
| 47 | +test th1-setting-5 {$RESULT eq 0 || $RESULT eq 1 || $RESULT eq "on"} | |
| 48 | 48 | |
| 49 | 49 | ############################################################################### |
| 50 | 50 | |
| 51 | 51 | fossil test-th-eval --open-config "setting -strict autosync" |
| 52 | -test th1-setting-6 {$RESULT eq 0 || $RESULT eq 1} | |
| 52 | +test th1-setting-6 {$RESULT eq 0 || $RESULT eq 1 || $RESULT eq "on"} | |
| 53 | 53 | |
| 54 | 54 | ############################################################################### |
| 55 | 55 | |
| 56 | 56 | fossil test-th-eval --open-config "setting --" |
| 57 | 57 | test th1-setting-7 {$RESULT eq \ |
| 58 | 58 |
| --- test/th1.test | |
| +++ test/th1.test | |
| @@ -42,16 +42,16 @@ | |
| 42 | test th1-setting-4 {$RESULT eq {TH_ERROR: no value for setting "abc"}} |
| 43 | |
| 44 | ############################################################################### |
| 45 | |
| 46 | fossil test-th-eval --open-config "setting autosync" |
| 47 | test th1-setting-5 {$RESULT eq 0 || $RESULT eq 1} |
| 48 | |
| 49 | ############################################################################### |
| 50 | |
| 51 | fossil test-th-eval --open-config "setting -strict autosync" |
| 52 | test th1-setting-6 {$RESULT eq 0 || $RESULT eq 1} |
| 53 | |
| 54 | ############################################################################### |
| 55 | |
| 56 | fossil test-th-eval --open-config "setting --" |
| 57 | test th1-setting-7 {$RESULT eq \ |
| 58 |
| --- test/th1.test | |
| +++ test/th1.test | |
| @@ -42,16 +42,16 @@ | |
| 42 | test th1-setting-4 {$RESULT eq {TH_ERROR: no value for setting "abc"}} |
| 43 | |
| 44 | ############################################################################### |
| 45 | |
| 46 | fossil test-th-eval --open-config "setting autosync" |
| 47 | test th1-setting-5 {$RESULT eq 0 || $RESULT eq 1 || $RESULT eq "on"} |
| 48 | |
| 49 | ############################################################################### |
| 50 | |
| 51 | fossil test-th-eval --open-config "setting -strict autosync" |
| 52 | test th1-setting-6 {$RESULT eq 0 || $RESULT eq 1 || $RESULT eq "on"} |
| 53 | |
| 54 | ############################################################################### |
| 55 | |
| 56 | fossil test-th-eval --open-config "setting --" |
| 57 | test th1-setting-7 {$RESULT eq \ |
| 58 |