comparison tests/test-status-color.t @ 12156:4c94b6d0fb1c

tests: remove unneeded -d flags Many tests fixed the commit date of their changesets at '1000000 0' or similar. However testing with "Mon Jan 12 13:46:40 1970 +0000" is not better than testing with "Thu Jan 01 00:00:00 1970 +0000", which is the default run-tests.py installs. Removing the unnecessary flag removes some clutter and will hopefully make it clearer what the tests are really trying to test. Some tests did not even change their output when the dates were changed, in which case the -d flag was truly irrelevant. Dates used in sequence (such as '0 0', '1 0', etc...) were left alone since they may make the test easier to understand.
author Martin Geisler <mg@lazybytes.net>
date Thu, 02 Sep 2010 23:22:51 +0200
parents 599a78030fa8
children f2daa6ab514a
comparison
equal deleted inserted replaced
12155:94ad12aa0530 12156:4c94b6d0fb1c
109 109
110 $ hg init repo2 110 $ hg init repo2
111 $ cd repo2 111 $ cd repo2
112 $ touch modified removed deleted ignored 112 $ touch modified removed deleted ignored
113 $ echo "^ignored$" > .hgignore 113 $ echo "^ignored$" > .hgignore
114 $ hg ci -A -m 'initial checkin' -d "1000000 0" 114 $ hg ci -A -m 'initial checkin'
115 adding .hgignore 115 adding .hgignore
116 adding deleted 116 adding deleted
117 adding modified 117 adding modified
118 adding removed 118 adding removed
119 $ touch modified added unknown ignored 119 $ touch modified added unknown ignored