fixed tests, removed jacoco

This commit is contained in:
Jindra Petřík
2020-04-25 20:08:55 +02:00
parent 6f1d4ebb7a
commit 5a68dc63b6
2 changed files with 9 additions and 8 deletions

View File

@@ -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", enabled = false)
public void testExportImportXml(String filePath) {
try {
File f = new File(filePath);