summaryrefslogtreecommitdiff
path: root/_test/tests/inc/io_deletefromfile.test.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/tests/inc/io_deletefromfile.test.php')
-rw-r--r--_test/tests/inc/io_deletefromfile.test.php18
1 files changed, 13 insertions, 5 deletions
diff --git a/_test/tests/inc/io_deletefromfile.test.php b/_test/tests/inc/io_deletefromfile.test.php
index 361c82214..63951f548 100644
--- a/_test/tests/inc/io_deletefromfile.test.php
+++ b/_test/tests/inc/io_deletefromfile.test.php
@@ -33,10 +33,18 @@ class io_deletefromfile_test extends DokuWikiTest {
$this->_write(TMP_DIR.'/test.txt');
}
-// /**
-// * @depends test_ext_zlib
-// */
-// function test_gzwrite(){
-// }
+ /**
+ * @depends test_ext_zlib
+ */
+ function test_gzwrite(){
+ $this->_write(TMP_DIR.'/test.txt.gz');
+ }
+
+ /**
+ * @depends test_ext_bz2
+ */
+ function test_bzwrite(){
+ $this->_write(TMP_DIR.'/test.txt.bz2');
+ }
}