This commit is contained in:
rflint@ryanflint.com 2007-09-17 00:13:56 -07:00
Родитель 7a7a82e616
Коммит 6d61b17fd1
2 изменённых файлов: 3 добавлений и 7 удалений

Просмотреть файл

@ -46,8 +46,8 @@ MODULE = zipwriter
DIRS = public src
ifdef ENABLE_TESTS
DIRS += test
endif
#ifdef ENABLE_TESTS
#DIRS += test
#endif
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -60,10 +60,6 @@ var observer = {
function run_test()
{
// XXX Disabled for now
do_check_true(true);
return;
// Copy our test zip to the tmp dir so we can modify it
var testzip = do_get_file(DATA_DIR + "test.zip");
testzip.copyTo(tmpDir, tmpFile.leafName);