Skip to content

Commit

Permalink
Remove non-ascii named sample file.
Browse files Browse the repository at this point in the history
It is causing problems with the Travis tests and while releasing,
at least when using check-manifest.
  • Loading branch information
mauritsvanrees committed Jan 17, 2014
1 parent 23f1e97 commit 8ba3c03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Products/feedfeeder/doc/feedconsuming.txt
Expand Up @@ -171,9 +171,9 @@ kept.
>>> duplicate2.text
u'<div>\nwoo hoo, a party!\n</div>'
>>> len(duplicate2.enclosures)
3
2
>>> sorted([x.id for x in duplicate2.enclosures.values()])
[u'test2.doc', u'test3.xls', u't\xe8st4.odt']
[u'test2.doc', u'test3.xls']

Get our item that talks about the thesis defence of Reinout.

Expand Down
1 change: 0 additions & 1 deletion Products/feedfeeder/tests/samples/samplefeed1.xml
Expand Up @@ -42,7 +42,6 @@
<id>http://myplace.com</id>
<link type="application/pdf" href="file:test2.doc" rel="enclosure" length="737" />
<link type="application/pdf" href="file:test3.xls" rel="enclosure" length="693" />
<link type="application/pdf" href="file:tèst4.odt" rel="enclosure" length="699" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
woo hoo, a party!
Expand Down
1 change: 0 additions & 1 deletion Products/feedfeeder/tests/samples/tèst4.odt

This file was deleted.

0 comments on commit 8ba3c03

Please sign in to comment.