Skip to content

Commit

Permalink
corrected testcase (can't have non-ascii chars in bytestring)
Browse files Browse the repository at this point in the history
  • Loading branch information
staffanm committed Jan 18, 2016
1 parent 78c8ee8 commit dcdb932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testDocRepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ def test_relate_all_teardown(self, mock_store):
<dcterms:updates rdf:resource="http://localhost:8000/res/base/res-a"/>
<dcterms:references rdf:resource="http://localhost:8000/res/other/res-b"/>
<rdf:seeAlso rdf:resource="http://localhost:8000/somewhere/else"/>
<dcterms:title>Sacré bleu!</dcterms:title>
<dcterms:title>Sacr\xc3\xa9 bleu!</dcterms:title>
</bibo:Document>
</rdf:RDF>"""

Expand Down

0 comments on commit dcdb932

Please sign in to comment.