comparison tests/test-push-http.out @ 10398:ace3cf2bc991

tests: don't just silently strip port numbers
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 08 Feb 2010 02:53:41 +0100
parents a3d73b3e1f8a
children 2e1a9b811d13
comparison
equal deleted inserted replaced
10397:8cb81d75730c 10398:ace3cf2bc991
1 adding a 1 adding a
2 updating to branch default 2 updating to branch default
3 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 3 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
4 % expect ssl error 4 % expect ssl error
5 pushing to http://localhost/ 5 pushing to http://localhost:$HGPORT/
6 searching for changes 6 searching for changes
7 ssl required 7 ssl required
8 % serve errors 8 % serve errors
9 % expect authorization error 9 % expect authorization error
10 abort: authorization failed 10 abort: authorization failed
11 pushing to http://localhost/ 11 pushing to http://localhost:$HGPORT/
12 searching for changes 12 searching for changes
13 % serve errors 13 % serve errors
14 % expect authorization error: must have authorized user 14 % expect authorization error: must have authorized user
15 abort: authorization failed 15 abort: authorization failed
16 pushing to http://localhost/ 16 pushing to http://localhost:$HGPORT/
17 searching for changes 17 searching for changes
18 % serve errors 18 % serve errors
19 % expect success 19 % expect success
20 pushing to http://localhost/ 20 pushing to http://localhost:$HGPORT/
21 searching for changes 21 searching for changes
22 adding changesets 22 adding changesets
23 adding manifests 23 adding manifests
24 adding file changes 24 adding file changes
25 added 1 changesets with 1 changes to 1 files 25 added 1 changesets with 1 changes to 1 files
26 % serve errors 26 % serve errors
27 changegroup hook: HG_NODE=ba677d0156c1196c1a699fa53f390dcfc3ce3872 HG_SOURCE=serve HG_URL=remote:http 27 changegroup hook: HG_NODE=ba677d0156c1196c1a699fa53f390dcfc3ce3872 HG_SOURCE=serve HG_URL=remote:http
28 rolling back last transaction 28 rolling back last transaction
29 % expect authorization error: all users denied 29 % expect authorization error: all users denied
30 abort: authorization failed 30 abort: authorization failed
31 pushing to http://localhost/ 31 pushing to http://localhost:$HGPORT/
32 searching for changes 32 searching for changes
33 % serve errors 33 % serve errors
34 % expect authorization error: some users denied, users must be authenticated 34 % expect authorization error: some users denied, users must be authenticated
35 abort: authorization failed 35 abort: authorization failed
36 pushing to http://localhost/ 36 pushing to http://localhost:$HGPORT/
37 searching for changes 37 searching for changes
38 % serve errors 38 % serve errors