Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | In the 'clean' test, adjust formatting of expected results containing 'NEW', to account for recent code changes. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
81df0a48f7350f434e910c9ea68f1e1d |
User & Date: | mistachkin 2016-01-06 03:53:38 |
Context
2016-01-06
| ||
04:01 | In the 'mv-rm' test, adjust formatting of expected results containing 'DELETE' and 'REVERT', also to account for recent code changes. ... (check-in: 11444dbe user: mistachkin tags: trunk) | |
03:53 | In the 'clean' test, adjust formatting of expected results containing 'NEW', to account for recent code changes. ... (check-in: 81df0a48 user: mistachkin tags: trunk) | |
03:49 | Adjust two markdown tests so they pass again. ... (check-in: a489aecc user: mistachkin tags: trunk) | |
Changes
Changes to test/clean.test.
︙ | ︙ | |||
55 56 57 58 59 60 61 | fossil extra test clean-5 {[normalize_result] eq {}} ############################################################################### fossil undo | | | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | fossil extra test clean-5 {[normalize_result] eq {}} ############################################################################### fossil undo test clean-6 {[normalize_result] eq {NEW f2}} test clean-7 {[read_file f2] eq "f2 line"} ############################################################################### fossil extra test clean-8 {[normalize_result] eq {f2}} |
︙ | ︙ | |||
85 86 87 88 89 90 91 | fossil extra test clean-11 {[normalize_result] eq {f3}} ############################################################################### fossil undo | | | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | fossil extra test clean-11 {[normalize_result] eq {f3}} ############################################################################### fossil undo test clean-12 {[normalize_result] eq {NEW f2}} test clean-13 {[read_file f2] eq "f2 line"} test clean-14 {[read_file f3] eq [string repeat ABCDEFGHIJK 1048576]} ############################################################################### fossil extra test clean-15 {[normalize_result] eq {f2 |
︙ | ︙ | |||
110 111 112 113 114 115 116 | fossil extra test clean-17 {[normalize_result] eq {}} ############################################################################### fossil undo | | | 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | fossil extra test clean-17 {[normalize_result] eq {}} ############################################################################### fossil undo test clean-18 {[normalize_result] eq {NEW f2}} test clean-19 {[read_file f2] eq "f2 line"} ############################################################################### write_file f4 [string repeat KJIHGFEDCBA 1048576] fossil extra test clean-20 {[normalize_result] eq {f2 |
︙ | ︙ |