From: Giovanni Mascellani Subject: [PATCH] patch/TestCustomStrokes Code fixes after TestCustomStrokes.java removal Signed-off-by: Giovanni Mascellani --- .../freehep/graphicsio/test/TestApplication.java | 1 - .../org/freehep/graphicsio/test/TestSuite.java | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/freehep/graphicsio/test/TestApplication.java b/src/main/java/org/freehep/graphicsio/test/TestApplication.java index 3ce50b2..049209b 100644 --- a/src/main/java/org/freehep/graphicsio/test/TestApplication.java +++ b/src/main/java/org/freehep/graphicsio/test/TestApplication.java @@ -18,7 +18,6 @@ public class TestApplication { frame.addPanel("All", new TestAll(null)); frame.addPanel("Clip", new TestClip(null)); frame.addPanel("Colors", new TestColors(null)); - frame.addPanel("Custom Strokes", new TestCustomStrokes(null)); frame.addPanel("FontDerivation", new TestFontDerivation(null)); frame.addPanel("Fonts", new TestFonts(null)); frame.addPanel("Histogram", new TestHistogram(null)); diff --git a/src/main/java/org/freehep/graphicsio/test/TestSuite.java b/src/main/java/org/freehep/graphicsio/test/TestSuite.java index f516196..ff3f0a7 100644 --- a/src/main/java/org/freehep/graphicsio/test/TestSuite.java +++ b/src/main/java/org/freehep/graphicsio/test/TestSuite.java @@ -245,7 +245,6 @@ public class TestSuite extends junit.framework.TestSuite { tests.add(new Test("TestAll", on)); tests.add(new Test("TestClip", on)); tests.add(new Test("TestColors", on)); - tests.add(new Test("TestCustomStrokes", on)); // && !onMacOSXandJDK15)); tests.add(new Test("TestFonts", on)); tests.add(new Test("TestFontDerivation", on)); tests.add(new Test("TestGraphicsContexts", on)); -- tg: (8140c38..) patch/TestCustomStrokes (depends on: master)