[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-distro-pkg-dev
Subject:    /hg/gfx-test: Decrease number of images generated by tests Fille...
From:       ptisnovs () icedtea ! classpath ! org (ptisnovs at icedtea ! classpath ! org)
Date:       2010-09-29 9:43:17
Message-ID: hg.22665f5502d9.1285753397.-6248649288953172555 () icedtea ! classpath ! org
[Download RAW message or body]

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);
     }
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic