changeset 27:dc12a36a8d2b

Updated test expectations.
author Augie Fackler <durin42@gmail.com>
date Tue, 28 Apr 2009 06:21:35 -0700
parents a1a5391bc3c3
children b258ef16ae37
files tests/test-file-removal tests/test-file-removal.out tests/test-git-clone.out
diffstat 3 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-file-removal
+++ b/tests/test-file-removal
@@ -38,6 +38,8 @@
 commit -m 'add beta'
 git rm alpha
 commit -m 'remove alpha'
+echo % final manifest in git is just beta
+git ls-files
 
 # dulwich does not presently support local git repos, workaround
 cd ..
--- a/tests/test-file-removal.out
+++ b/tests/test-file-removal.out
@@ -1,16 +1,19 @@
 Initialized empty Git repository in gitrepo/.git/
 
 rm 'alpha'
+% final manifest in git is just beta
+beta
 fetching from : origin
+exporting git objects
 Counting objects: 8, done.
 Compressing objects:  25% (1/4)   
Compressing objects:  50% (2/4)   
Compressing objects:  75% (3/4)   
Compressing objects: 100% (4/4)   
Compressing objects: 100% (4/4), done.
 Total 8 (delta 0), reused 0 (delta 0)
 importing Git objects into Hg
 importing: 7eeab2ea75ec1ac0ff3d500b5b6f8a3447dd7c03
 importing: 9497a4ee62e16ee641860d7677cdb2589ea15554
-importing: FIXME
+importing: 8467011f7e1308f296cd58266804be0b7df43474
 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
-@  changeset:   2:FIXME
+@  changeset:   2:74a7df57f08e
 |  tag:         origin/master
 |  tag:         tip
 |  user:        test <test@example.org>
--- a/tests/test-git-clone.out
+++ b/tests/test-git-clone.out
@@ -1,6 +1,7 @@
 Initialized empty Git repository in gitrepo/.git/
 
 fetching from : origin
+exporting git objects
 Counting objects: 6, done.
 Compressing objects:  33% (1/3)   
Compressing objects:  66% (2/3)   
Compressing objects: 100% (3/3)   
Compressing objects: 100% (3/3), done.
 Total 6 (delta 0), reused 0 (delta 0)