Fossil SCM
In the 'clean' test, adjust formatting of expected results containing 'NEW', to account for recent code changes.
Commit
81df0a48f7350f434e910c9ea68f1e1dec21d1e3
Parent
a489aecc541e85a…
1 file changed
+3
-3
+3
-3
| --- test/clean.test | ||
| +++ test/clean.test | ||
| @@ -57,11 +57,11 @@ | ||
| 57 | 57 | test clean-5 {[normalize_result] eq {}} |
| 58 | 58 | |
| 59 | 59 | ############################################################################### |
| 60 | 60 | |
| 61 | 61 | fossil undo |
| 62 | -test clean-6 {[normalize_result] eq {NEW f2}} | |
| 62 | +test clean-6 {[normalize_result] eq {NEW f2}} | |
| 63 | 63 | test clean-7 {[read_file f2] eq "f2 line"} |
| 64 | 64 | |
| 65 | 65 | ############################################################################### |
| 66 | 66 | |
| 67 | 67 | fossil extra |
| @@ -87,11 +87,11 @@ | ||
| 87 | 87 | test clean-11 {[normalize_result] eq {f3}} |
| 88 | 88 | |
| 89 | 89 | ############################################################################### |
| 90 | 90 | |
| 91 | 91 | fossil undo |
| 92 | -test clean-12 {[normalize_result] eq {NEW f2}} | |
| 92 | +test clean-12 {[normalize_result] eq {NEW f2}} | |
| 93 | 93 | test clean-13 {[read_file f2] eq "f2 line"} |
| 94 | 94 | test clean-14 {[read_file f3] eq [string repeat ABCDEFGHIJK 1048576]} |
| 95 | 95 | |
| 96 | 96 | ############################################################################### |
| 97 | 97 | |
| @@ -112,11 +112,11 @@ | ||
| 112 | 112 | test clean-17 {[normalize_result] eq {}} |
| 113 | 113 | |
| 114 | 114 | ############################################################################### |
| 115 | 115 | |
| 116 | 116 | fossil undo |
| 117 | -test clean-18 {[normalize_result] eq {NEW f2}} | |
| 117 | +test clean-18 {[normalize_result] eq {NEW f2}} | |
| 118 | 118 | test clean-19 {[read_file f2] eq "f2 line"} |
| 119 | 119 | |
| 120 | 120 | ############################################################################### |
| 121 | 121 | |
| 122 | 122 | write_file f4 [string repeat KJIHGFEDCBA 1048576] |
| 123 | 123 |
| --- test/clean.test | |
| +++ test/clean.test | |
| @@ -57,11 +57,11 @@ | |
| 57 | test clean-5 {[normalize_result] eq {}} |
| 58 | |
| 59 | ############################################################################### |
| 60 | |
| 61 | fossil undo |
| 62 | test clean-6 {[normalize_result] eq {NEW f2}} |
| 63 | test clean-7 {[read_file f2] eq "f2 line"} |
| 64 | |
| 65 | ############################################################################### |
| 66 | |
| 67 | fossil extra |
| @@ -87,11 +87,11 @@ | |
| 87 | test clean-11 {[normalize_result] eq {f3}} |
| 88 | |
| 89 | ############################################################################### |
| 90 | |
| 91 | fossil undo |
| 92 | test clean-12 {[normalize_result] eq {NEW f2}} |
| 93 | test clean-13 {[read_file f2] eq "f2 line"} |
| 94 | test clean-14 {[read_file f3] eq [string repeat ABCDEFGHIJK 1048576]} |
| 95 | |
| 96 | ############################################################################### |
| 97 | |
| @@ -112,11 +112,11 @@ | |
| 112 | test clean-17 {[normalize_result] eq {}} |
| 113 | |
| 114 | ############################################################################### |
| 115 | |
| 116 | fossil undo |
| 117 | test clean-18 {[normalize_result] eq {NEW f2}} |
| 118 | test clean-19 {[read_file f2] eq "f2 line"} |
| 119 | |
| 120 | ############################################################################### |
| 121 | |
| 122 | write_file f4 [string repeat KJIHGFEDCBA 1048576] |
| 123 |
| --- test/clean.test | |
| +++ test/clean.test | |
| @@ -57,11 +57,11 @@ | |
| 57 | test clean-5 {[normalize_result] eq {}} |
| 58 | |
| 59 | ############################################################################### |
| 60 | |
| 61 | fossil undo |
| 62 | test clean-6 {[normalize_result] eq {NEW f2}} |
| 63 | test clean-7 {[read_file f2] eq "f2 line"} |
| 64 | |
| 65 | ############################################################################### |
| 66 | |
| 67 | fossil extra |
| @@ -87,11 +87,11 @@ | |
| 87 | test clean-11 {[normalize_result] eq {f3}} |
| 88 | |
| 89 | ############################################################################### |
| 90 | |
| 91 | fossil undo |
| 92 | test clean-12 {[normalize_result] eq {NEW f2}} |
| 93 | test clean-13 {[read_file f2] eq "f2 line"} |
| 94 | test clean-14 {[read_file f3] eq [string repeat ABCDEFGHIJK 1048576]} |
| 95 | |
| 96 | ############################################################################### |
| 97 | |
| @@ -112,11 +112,11 @@ | |
| 112 | test clean-17 {[normalize_result] eq {}} |
| 113 | |
| 114 | ############################################################################### |
| 115 | |
| 116 | fossil undo |
| 117 | test clean-18 {[normalize_result] eq {NEW f2}} |
| 118 | test clean-19 {[read_file f2] eq "f2 line"} |
| 119 | |
| 120 | ############################################################################### |
| 121 | |
| 122 | write_file f4 [string repeat KJIHGFEDCBA 1048576] |
| 123 |