mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 16:26:27 +00:00
ignore invalid tags in test (do not use lazy loading in tests)
This commit is contained in:
@@ -85,7 +85,7 @@ public class RecompileTest extends FileTestBase {
|
||||
public void testTagEditing(String fileName) throws IOException, InterruptedException {
|
||||
try {
|
||||
Configuration.debugCopy.set(false);
|
||||
SWF swf = new SWF(new BufferedInputStream(new FileInputStream(TESTDATADIR + File.separator + fileName)), false);
|
||||
SWF swf = new SWF(new BufferedInputStream(new FileInputStream(TESTDATADIR + File.separator + fileName)), false, false);
|
||||
for (Tag tag : swf.tags) {
|
||||
if (!(tag instanceof TagStub)) {
|
||||
Tag tag2 = tag.cloneTag();
|
||||
|
||||
Reference in New Issue
Block a user