changeset 1267:bfe8846091e5
Enable extra_count_ignore_zip64.test, remove TODO.
| author | Thomas Klausner <tk@giga.or.at> |
|---|---|
| date | Sun, 14 Oct 2012 00:39:30 +0200 |
| parents | 7cff28777a27 |
| children | 4c7f7bfc59af |
| files | TODO regress/Makefile.am |
| diffstat | 2 files changed, 1 insertions(+), 4 deletions(-) [+] |
line diff
1.1 --- a/TODO Sun Oct 14 00:35:32 2012 +0200 1.2 +++ b/TODO Sun Oct 14 00:39:30 2012 +0200 1.3 @@ -73,7 +73,6 @@ 1.4 1.5 Test Case Issues 1.6 ================ 1.7 -! W extra_count_ignore_zip64.test: lc count is 3, not 4 (Info-ZIP UNIX merged?) 1.8 * test calls against old API 1.9 * run regression tests also from CMake framework 1.10 * rename file to dir/ and vice versa (fails)
2.1 --- a/regress/Makefile.am Sun Oct 14 00:35:32 2012 +0200 2.2 +++ b/regress/Makefile.am Sun Oct 14 00:39:30 2012 +0200 2.3 @@ -115,6 +115,7 @@ 2.4 encrypt.test \ 2.5 extra_count.test \ 2.6 extra_count_by_id.test \ 2.7 + extra_count_ignore_zip64.test \ 2.8 extra_get.test \ 2.9 extra_get_by_id.test \ 2.10 file_comment_encmismatch.test \ 2.11 @@ -165,9 +166,6 @@ 2.12 stat_index_zip64.test \ 2.13 torrent-already.test 2.14 2.15 -DISABLED_TESTS_FIX_BEFORE_RELEASE= \ 2.16 - extra_count_ignore_zip64.test 2.17 - 2.18 DISABLED_TESTS= \ 2.19 encoding-ascii.test \ 2.20 encoding-cp437.test \
