tests/test-hgcia.t
changeset 14314 c322890b03e6
parent 12429 01c6be8361df
child 14850 a95242af945c
--- a/tests/test-hgcia.t	Thu May 12 16:41:56 2011 +0200
+++ b/tests/test-hgcia.t	Wed May 11 18:18:50 2011 +0200
@@ -7,6 +7,9 @@
   > [hooks]
   > changegroup.cia = python:hgext.hgcia.hook
   > 
+  > [web]
+  > baseurl = http://hgserver/
+  > 
   > [cia]
   > user = testuser
   > project = testproject
@@ -43,8 +46,8 @@
         <author>test</author>
         <version>0:e63c23eaa88a</version>
         <log>foo</log>
-        
-        <files><file action="add">foo</file></files>
+        <url>http://hgserver/$TESTTMP/cia/rev/e63c23eaa88a</url>
+        <files><file uri="http://hgserver/$TESTTMP/cia/file/e63c23eaa88a/foo" action="add">foo</file></files>
       </commit>
     </body>
     <timestamp>0</timestamp>