Mercurial > hg > hg-fastimport
changeset 65:b3faf593a471
Update tests to reflect correct timezone conversion.
Fixes test breakage introduced by c82b6a84884f.
| author | Greg Ward <greg@gerg.ca> |
|---|---|
| date | Sun, 26 Jul 2015 14:09:40 -0400 |
| parents | c82b6a84884f |
| children | ae32828c68d7 |
| files | tests/test-fastimport-git.out tests/test-fastimport-nonascii.out |
| diffstat | 2 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-fastimport-git.out Mon Aug 01 21:24:29 2011 -0400 +++ b/tests/test-fastimport-git.out Sun Jul 26 14:09:40 2015 -0400 @@ -6,18 +6,18 @@ 0 modify Removing blob dir 'HGTMP/test-fastimport-git/simplegit/.hg/blobs' ... % hg log -o changeset: 1:0a3befda043d +o changeset: 1:3ba674918e3f | tag: tip | user: Joe Contributor <joe@example.com> -| date: Fri Jan 11 01:20:00 2008 +0400 +| date: Thu Jan 10 17:20:00 2008 -0400 | files: ooga | description: | modify | | -o changeset: 0:9a4b81675bd1 +o changeset: 0:339e2fa74ac1 user: Example <example@example.org> - date: Fri Jan 11 01:21:00 2008 +0400 + date: Thu Jan 10 17:21:00 2008 -0400 files: foo.txt ooga description: initial revision
--- a/tests/test-fastimport-nonascii.out Mon Aug 01 21:24:29 2011 -0400 +++ b/tests/test-fastimport-nonascii.out Sun Jul 26 14:09:40 2015 -0400 @@ -16,10 +16,10 @@ converting... 0 blah % log with non-ASCII author -changeset: 0:e10eff2ea202 +changeset: 0:1988a11c4df7 tag: tip user: Jürgen <juergen@example.org> -date: Tue Aug 11 10:13:20 2009 -0400 +date: Tue Aug 11 18:13:20 2009 +0400 summary: blah % import dump with non-ASCII message @@ -29,10 +29,10 @@ 0 fix na?ve implementation that ?le threw together for ?5 Removing blob dir 'HGTMP/test-fastimport-nonascii/message/.hg/blobs' ... % log with non-ASCII message -changeset: 0:cfd47dca9906 +changeset: 0:52b3afdff0e7 tag: tip user: Dave <dave@example.org> -date: Tue Aug 11 10:13:50 2009 -0400 +date: Tue Aug 11 18:13:50 2009 +0400 summary: fix naïve implementation that Øle threw together for €5 % manifest
