Enable extra_count_ignore_zip64.test, remove TODO.
diff --git a/TODO b/TODO index e71aad9..02b2108 100644 --- a/TODO +++ b/TODO
@@ -73,7 +73,6 @@ Test Case Issues ================ -! W extra_count_ignore_zip64.test: lc count is 3, not 4 (Info-ZIP UNIX merged?) * test calls against old API * run regression tests also from CMake framework * rename file to dir/ and vice versa (fails)
diff --git a/regress/Makefile.am b/regress/Makefile.am index d2094ab..d057100 100644 --- a/regress/Makefile.am +++ b/regress/Makefile.am
@@ -115,6 +115,7 @@ encrypt.test \ extra_count.test \ extra_count_by_id.test \ + extra_count_ignore_zip64.test \ extra_get.test \ extra_get_by_id.test \ file_comment_encmismatch.test \ @@ -165,9 +166,6 @@ stat_index_zip64.test \ torrent-already.test -DISABLED_TESTS_FIX_BEFORE_RELEASE= \ - extra_count_ignore_zip64.test - DISABLED_TESTS= \ encoding-ascii.test \ encoding-cp437.test \