History log of /dokuwiki/_test/tests/inc/io_deletefromfile.test.php (Results 1 – 3 of 3)
Revision Date Author Comments
# 0c26fb18 08-May-2015 Patrick Brown <ptbrown@whoopdedo.org>

Don't run redundant tests

io_deleteFromFile is a special case of io_replaceInFile. Since
the io_replace tests check compressed files, it doesn't have to
be done in the io_delete test.


# cfb71e37 07-May-2015 Patrick Brown <ptbrown@whoopdedo.org>

Deleting lines works with BZ2 files.


# 36907582 06-May-2015 Patrick Brown <ptbrown@whoopdedo.org>

Append to BZip2 files. Unit tests for writing files.