Skip to content

Commit

Permalink
tests: remove note about caveat on *dos
Browse files Browse the repository at this point in the history
Apperently, this particulair test runs fine on windows as-is
  • Loading branch information
rien333 committed Dec 12, 2024
1 parent bf10c79 commit a0bc866
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_mdto_voorbeelden.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def test_file_saving(voorbeeld_archiefstuk_xml, tmp_path_factory):
informatieobject.save(outfile)

# MDTO uses CRLF (DOS) line endings. Convert them to UNIX line endings.
# FIXME: this is probably not needed on *dos systems?
with open(voorbeeld_archiefstuk_xml, "rb") as f:
# Example files also contain newlines at the end of files, so add this
voorbeeld_archiefstuk_xml_lf_endings = b"\n".join(f.read().splitlines()) + b"\n"
Expand Down

0 comments on commit a0bc866

Please sign in to comment.