/hg/gfx-test: Decrease number of images generated by tests Fille...

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Wed Sep 29 02:43:17 PDT 2010


changeset 22665f5502d9 in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=22665f5502d9
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Wed Sep 29 11:43:48 2010 +0200

	Decrease number of images generated by tests FilledRoundRectangles
	and NormalRoundRectangles.


diffstat:

2 files changed, 2 insertions(+)
src/org/gfxtest/testsuites/FilledRoundRectangles.java |    1 +
src/org/gfxtest/testsuites/NormalRoundRectangles.java |    1 +

diffs (22 lines):

diff -r 16d437ccd5a4 -r 22665f5502d9 src/org/gfxtest/testsuites/FilledRoundRectangles.java
--- a/src/org/gfxtest/testsuites/FilledRoundRectangles.java	Wed Sep 29 11:06:37 2010 +0200
+++ b/src/org/gfxtest/testsuites/FilledRoundRectangles.java	Wed Sep 29 11:43:48 2010 +0200
@@ -81,6 +81,7 @@ public class FilledRoundRectangles exten
     @Override
     protected void runOtherTests(GfxTestConfiguration configuration)
     {
+    	this.setArcStep(20);
         drawEntityWithVariousStyles(configuration, true, true, true, false, false, 0, 40, 0, 40);
     }
 
diff -r 16d437ccd5a4 -r 22665f5502d9 src/org/gfxtest/testsuites/NormalRoundRectangles.java
--- a/src/org/gfxtest/testsuites/NormalRoundRectangles.java	Wed Sep 29 11:06:37 2010 +0200
+++ b/src/org/gfxtest/testsuites/NormalRoundRectangles.java	Wed Sep 29 11:43:48 2010 +0200
@@ -82,6 +82,7 @@ public class NormalRoundRectangles exten
     @Override
     protected void runOtherTests(GfxTestConfiguration configuration)
     {
+    	this.setArcStep(20);
         drawEntityWithVariousStyles(configuration, true, true, true, false, false, 0, 40, 0, 40);
     }
 



More information about the distro-pkg-dev mailing list