added visuallization again

This commit is contained in:
Jochen Stärk
2020-08-20 17:33:28 +02:00
parent db4c86315a
commit 9414f86d6f
9 changed files with 7558 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ public class UXTest extends TestCase {
public void testShortExport() {
// the writing part
/*
try (InputStream SOURCE_PDF = this.getClass()
.getResourceAsStream("/MustangGnuaccountingBeispielRE-20170509_505PDFA3.pdf"))
{
@@ -113,6 +113,6 @@ public class UXTest extends TestCase {
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}*/
}
}