/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis *file,Youcanobtainoneathttp://mozilla.org/MPL/2.0/.
*/
// Empty zip file should just be the end of central directory marker var newTmpFile = tmpFile.clone(); Assert.equal(newTmpFile.fileSize, ZIP_EOCDR_HEADER_SIZE);
do_test_finished();
},
};
function run_test() { // 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);
Assert.ok(tmpFile.exists());
zipW.open(tmpFile, PR_RDWR);
for (var i = 0; i < TESTS.length; i++) { Assert.ok(zipW.hasEntry(TESTS[i]));
zipW.removeEntry(TESTS[i], true);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.