# HG changeset patch # User Dirkjan Ochtman # Date 1229672506 -3600 # Node ID 7fc19b12cb6bd77fc88a34400304a6fcdd0825dc # Parent e60aaae83323f99fe7c35324109aa4f397f1ec58 tests: fix test-mq-qclone-http (broken by e60aaae83323) diff -r e60aaae83323 -r 7fc19b12cb6b tests/test-mq-qclone-http --- a/tests/test-mq-qclone-http Thu Dec 18 22:32:48 2008 +0100 +++ b/tests/test-mq-qclone-http Fri Dec 19 08:41:46 2008 +0100 @@ -23,8 +23,8 @@ cd .. cat > collections.conf < collections1.conf <> $DAEMON_PIDS + +"$TESTDIR/get-with-headers.py" localhost:$HGPORT1 '/?style=raw' + +hg qclone http://localhost:$HGPORT1/a c +hg --cwd c log --template "{desc}\n" +hg --cwd c qpush -a +hg --cwd c log --template "{desc}\n" diff -r e60aaae83323 -r 7fc19b12cb6b tests/test-mq-qclone-http.out --- a/tests/test-mq-qclone-http.out Thu Dec 18 22:32:48 2008 +0100 +++ b/tests/test-mq-qclone-http.out Fri Dec 19 08:41:46 2008 +0100 @@ -27,3 +27,24 @@ Now at: b.patch imported patch b.patch a +200 Script output follows + + +/a/ + +requesting all changes +adding changesets +adding manifests +adding file changes +added 2 changesets with 2 changes to 2 files +requesting all changes +adding changesets +adding manifests +adding file changes +added 2 changesets with 2 changes to 2 files +updating working directory +2 files updated, 0 files merged, 0 files removed, 0 files unresolved +1 files updated, 0 files merged, 0 files removed, 0 files unresolved +a +no patches in series +a