diff tests/test-hgweb-empty.t @ 28712:80e922479891

hgweb: generate last change date for an empty atom-bookmarks feed (issue5022) RFC 4287 states that atom feeds must have an <updated> element, so let's add one even when repo doesn't have a single bookmark.
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 31 Mar 2016 15:37:21 +0800
parents ca0c0ca30c62
children eb7de21b15be
line wrap: on
line diff
--- a/tests/test-hgweb-empty.t	Thu Mar 31 15:22:06 2016 +0800
+++ b/tests/test-hgweb-empty.t	Thu Mar 31 15:37:21 2016 +0800
@@ -472,7 +472,7 @@
    <title>test: bookmarks</title>
    <summary>test bookmark history</summary>
    <author><name>Mercurial SCM</name></author>
-   
+   <updated>1970-01-01T00:00:00+00:00</updated>
   
   
   </feed>