/hg/gfx-test: Added SpecialCases test.
dlila at icedtea.classpath.org
dlila at icedtea.classpath.org
Fri Sep 24 08:23:21 PDT 2010
changeset cc2470527f60 in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=cc2470527f60
author: Denis Lila <dlila at redhat.com>
date: Fri Sep 24 11:22:11 2010 -0400
Added SpecialCases test.
diffstat:
2 files changed, 5 insertions(+), 3 deletions(-)
Makefile | 6 ++++--
src/org/gfxtest/reporter/Reporter.java | 2 +-
diffs (35 lines):
diff -r 39e99963d1a1 -r cc2470527f60 Makefile
--- a/Makefile Fri Sep 24 11:07:17 2010 -0400
+++ b/Makefile Fri Sep 24 11:22:11 2010 -0400
@@ -105,7 +105,8 @@ TESTSUITE_CLASSES = \
$(CLASSES)/$(TESTSUITE_DIR)/DashedPolylines.class \
$(CLASSES)/$(TESTSUITE_DIR)/DashedPolygons.class \
$(CLASSES)/$(TESTSUITE_DIR)/DashedRectangles.class \
- $(CLASSES)/$(TESTSUITE_DIR)/DashedRoundRectangles.class
+ $(CLASSES)/$(TESTSUITE_DIR)/DashedRoundRectangles.class \
+ $(CLASSES)/$(TESTSUITE_DIR)/SpecialCases.class
COMPARE_RESULTS = \
$(RESULTS)/AALines \
@@ -135,7 +136,8 @@ COMPARE_RESULTS = \
$(RESULTS)/DashedPolylines \
$(RESULTS)/DashedPolygons \
$(RESULTS)/DashedRectangles \
- $(RESULTS)/DashedRoundRectangles
+ $(RESULTS)/DashedRoundRectangles \
+ $(RESULTS)/SpecialCases
# targets for all test suites
TESTSUITES = $(shell ls -1 src/org/gfxtest/testsuites | sed -n -e 's/\([A-Za-z0-9]*\)\.java/\1/p')
diff -r 39e99963d1a1 -r cc2470527f60 src/org/gfxtest/reporter/Reporter.java
--- a/src/org/gfxtest/reporter/Reporter.java Fri Sep 24 11:07:17 2010 -0400
+++ b/src/org/gfxtest/reporter/Reporter.java Fri Sep 24 11:22:11 2010 -0400
@@ -64,7 +64,7 @@ public class Reporter
private static final String OUTPUT_FILE_NAME = "index.html";
- private static final String[] SPECTESTS = new String[] {"BlankImage"};
+ private static final String[] SPECTESTS = new String[] {"BlankImage", "SpecialCases"};
private static final String[] ENTITIES = new String[] {
"Lines",
More information about the distro-pkg-dev
mailing list