tests/test-http-permissions.t
branchstable
changeset 36754 e3c228b4510d
parent 36753 742ce6fbc109
child 36755 ff4bc0ab6740
--- a/tests/test-http-permissions.t	Tue Feb 20 18:53:39 2018 -0800
+++ b/tests/test-http-permissions.t	Tue Feb 20 18:54:27 2018 -0800
@@ -63,9 +63,11 @@
   $ cat hg.pid > $DAEMON_PIDS
 
   $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=capabilities'
-  200 Script output follows
+  401 read not authorized
   
-  lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch streamreqs=generaldelta,revlogv1 $USUAL_BUNDLE2_CAPS_SERVER$ unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=$BUNDLE2_COMPRESSIONS$ (no-eol)
+  0
+  read not authorized
+  [1]
 
   $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=stream_out'
   401 read not authorized
@@ -117,8 +119,6 @@
 
   $ hg --cwd ../test2 pull http://localhost:$HGPORT/
   pulling from http://localhost:$HGPORT/
-  searching for changes
-  no changes found
   abort: authorization failed
   [255]
 
@@ -130,9 +130,11 @@
   $ cat hg.pid > $DAEMON_PIDS
 
   $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=capabilities'
-  200 Script output follows
+  401 read not authorized
   
-  lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch streamreqs=generaldelta,revlogv1 $USUAL_BUNDLE2_CAPS_SERVER$ unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=$BUNDLE2_COMPRESSIONS$ (no-eol)
+  0
+  read not authorized
+  [1]
 
   $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=stream_out'
   401 read not authorized
@@ -177,8 +179,6 @@
 
   $ hg --cwd ../test2 pull http://localhost:$HGPORT/
   pulling from http://localhost:$HGPORT/
-  searching for changes
-  no changes found
   abort: authorization failed
   [255]
 
@@ -237,8 +237,6 @@
 
   $ hg --cwd ../test2 pull http://localhost:$HGPORT/
   pulling from http://localhost:$HGPORT/
-  searching for changes
-  no changes found
   abort: authorization failed
   [255]
 
@@ -292,8 +290,6 @@
 
   $ hg --cwd ../test2 pull http://localhost:$HGPORT/
   pulling from http://localhost:$HGPORT/
-  searching for changes
-  no changes found
   abort: authorization failed
   [255]
 
@@ -501,8 +497,6 @@
 
   $ hg --cwd ../test2 pull http://localhost:$HGPORT/
   pulling from http://localhost:$HGPORT/
-  searching for changes
-  no changes found
   abort: authorization failed
   [255]
 
@@ -556,8 +550,6 @@
 
   $ hg --cwd ../test2 pull http://localhost:$HGPORT/
   pulling from http://localhost:$HGPORT/
-  searching for changes
-  no changes found
   abort: authorization failed
   [255]
 
@@ -665,8 +657,6 @@
 
   $ hg --cwd ../test2 pull http://localhost:$HGPORT/
   pulling from http://localhost:$HGPORT/
-  searching for changes
-  no changes found
   abort: authorization failed
   [255]
 
@@ -683,9 +673,11 @@
   $ cat hg.pid > $DAEMON_PIDS
 
   $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=capabilities'
-  200 Script output follows
+  401 pull not authorized
   
-  lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch streamreqs=generaldelta,revlogv1 $USUAL_BUNDLE2_CAPS_SERVER$ unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=$BUNDLE2_COMPRESSIONS$ (no-eol)
+  0
+  pull not authorized
+  [1]
 
   $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=listkeys' --requestheader 'x-hgarg-1=namespace=phases'
   401 pull not authorized
@@ -730,8 +722,6 @@
 
   $ hg --cwd ../test2 pull http://localhost:$HGPORT/
   pulling from http://localhost:$HGPORT/
-  searching for changes
-  no changes found
   abort: authorization failed
   [255]
 
@@ -1487,13 +1477,11 @@
 
   $ hg --cwd ../test2 push -B bm http://localhost:$HGPORT/
   pushing to http://localhost:$HGPORT/
-  searching for changes
   abort: authorization failed
   [255]
 
   $ hg --cwd ../test2 push http://localhost:$HGPORT/
   pushing to http://localhost:$HGPORT/
-  searching for changes
   abort: authorization failed
   [255]