Added:
trunk/feedparser/tests/wellformed/http/headers_etag.xml
Log:
only create results.etag if etag is present [closes issue 6/1662900]
Added: trunk/feedparser/tests/wellformed/http/headers_etag.xml
==============================================================================
--- (empty file)
+++ trunk/feedparser/tests/wellformed/http/headers_etag.xml Thu Mar 13
21:37:21 2008
@@ -0,0 +1,7 @@
+<!--
+Header: ETag: foo
+Description: etag should only exist in results if present in HTTP headers
+Expect: not bozo and etag
+-->
+<feed xmlns="http://www.w3.org/2005/Atom">
+</feed>
\ No newline at end of file