tests/test-hgweb-empty.t
changeset 28710 ca0c0ca30c62
parent 27913 91ac8cb79125
child 28712 80e922479891
--- a/tests/test-hgweb-empty.t	Thu Mar 31 18:09:09 2016 +0800
+++ b/tests/test-hgweb-empty.t	Thu Mar 31 14:23:27 2016 +0800
@@ -461,4 +461,20 @@
   </html>
   
 
+  $ (get-with-headers.py localhost:$HGPORT 'atom-bookmarks')
+  200 Script output follows
+  
+  <?xml version="1.0" encoding="ascii"?>
+  <feed xmlns="http://www.w3.org/2005/Atom">
+   <id>http://*:$HGPORT/</id> (glob)
+   <link rel="self" href="http://*:$HGPORT/atom-bookmarks"/> (glob)
+   <link rel="alternate" href="http://*:$HGPORT/bookmarks"/> (glob)
+   <title>test: bookmarks</title>
+   <summary>test bookmark history</summary>
+   <author><name>Mercurial SCM</name></author>
+   
+  
+  
+  </feed>
+
   $ cd ..