Fossil SCM
Add a comment to the test scripts that the list of settings needs to be updated manually.
Commit
668f114191db2de838b7cdd81f7275f7d328c97930f68fd659953c0120c52080
Parent
6ead7d999e9c144…
1 file changed
+6
+6
| --- test/settings.test | ||
| +++ test/settings.test | ||
| @@ -26,10 +26,16 @@ | ||
| 26 | 26 | # |
| 27 | 27 | # fossil settings ?PROPERTY? ?VALUE? ?OPTIONS? |
| 28 | 28 | # fossil unset PROPERTY ?OPTIONS? |
| 29 | 29 | # |
| 30 | 30 | # Where the only supported options are "--global" and "--exact". |
| 31 | +# | |
| 32 | +############################################################################### | |
| 33 | +# | |
| 34 | +# NOTE: The [get_all_settings] procedure from test/tester.tcl returns the list | |
| 35 | +# of settings to test and needs to be manually updated when new settings | |
| 36 | +# are added. | |
| 31 | 37 | # |
| 32 | 38 | ############################################################################### |
| 33 | 39 | # |
| 34 | 40 | # NOTE: The [extract_setting_names] procedure extracts the list of setting |
| 35 | 41 | # names from the line-ending normalized output of the "fossil settings" |
| 36 | 42 |
| --- test/settings.test | |
| +++ test/settings.test | |
| @@ -26,10 +26,16 @@ | |
| 26 | # |
| 27 | # fossil settings ?PROPERTY? ?VALUE? ?OPTIONS? |
| 28 | # fossil unset PROPERTY ?OPTIONS? |
| 29 | # |
| 30 | # Where the only supported options are "--global" and "--exact". |
| 31 | # |
| 32 | ############################################################################### |
| 33 | # |
| 34 | # NOTE: The [extract_setting_names] procedure extracts the list of setting |
| 35 | # names from the line-ending normalized output of the "fossil settings" |
| 36 |
| --- test/settings.test | |
| +++ test/settings.test | |
| @@ -26,10 +26,16 @@ | |
| 26 | # |
| 27 | # fossil settings ?PROPERTY? ?VALUE? ?OPTIONS? |
| 28 | # fossil unset PROPERTY ?OPTIONS? |
| 29 | # |
| 30 | # Where the only supported options are "--global" and "--exact". |
| 31 | # |
| 32 | ############################################################################### |
| 33 | # |
| 34 | # NOTE: The [get_all_settings] procedure from test/tester.tcl returns the list |
| 35 | # of settings to test and needs to be manually updated when new settings |
| 36 | # are added. |
| 37 | # |
| 38 | ############################################################################### |
| 39 | # |
| 40 | # NOTE: The [extract_setting_names] procedure extracts the list of setting |
| 41 | # names from the line-ending normalized output of the "fossil settings" |
| 42 |