Skip to content

Commit

Permalink
Exportable TEI
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Feb 13, 2017
1 parent 521e389 commit 09a9e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/texts/test_encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ def test_exportable_capacities(self):
)
self.assertEqual(
P.export_capacities,
[Mimetypes.PYTHON.ETREE, Mimetypes.XML.Std, Mimetypes.PYTHON.NestedDict, Mimetypes.PLAINTEXT],
[Mimetypes.PYTHON.ETREE, Mimetypes.XML.Std, Mimetypes.PYTHON.NestedDict, Mimetypes.PLAINTEXT, Mimetypes.XML.TEI],
"Passage should be able to export to given resources"
)

0 comments on commit 09a9e8a

Please sign in to comment.