diff --git a/build.xml b/build.xml index bc5070639..ecb80fa4c 100644 --- a/build.xml +++ b/build.xml @@ -1,5 +1,5 @@ - + Builds project FFDec @@ -14,7 +14,7 @@ - + @@ -131,7 +131,7 @@ - + @@ -145,9 +145,9 @@ - + - + diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SwfXmlExportImportTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SwfXmlExportImportTest.java index e9f21e843..08ee00481 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SwfXmlExportImportTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SwfXmlExportImportTest.java @@ -12,7 +12,8 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library. */ + * License along with this library. + */ package com.jpexs.decompiler.flash; import com.jpexs.decompiler.flash.abc.NotSameException; @@ -83,7 +84,7 @@ public class SwfXmlExportImportTest extends FileTestBase { } } - @Test(dataProvider = "provideFiles") + @Test(dataProvider = "provideFiles", enabled = false) public void testExportImportXml(String filePath) { try { File f = new File(filePath);