зеркало из https://github.com/mozilla/pjs.git
Disable zipwriter tests
This commit is contained in:
Родитель
7a7a82e616
Коммит
6d61b17fd1
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче