[Geoserver-devel] [jira] (GEOS-6482) Scale line pixel wrong location causes failure in GetMapIntegrationTest

Ben Caradoc-Davies created an issue

GeoServer / BugGEOS-6482

Scale line pixel wrong location causes failure in GetMapIntegrationTest

Issue Type:

BugBug

Affects Versions:

2.6-beta

Assignee:

Andrea Aime

Attachments:

org.geoserver.wms.wms_1_1_1.GetMapIntegrationTest.txt

Components:

WMS

Created:

13/May/14 11:07 PM

Environment:

Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 21:51:28+0800)
Maven home: /home/car605/junk/java/maven3
Java version: 1.7.0_55, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: “linux”, version: “3.14-1-amd64”, arch: “amd64”, family: “unix”

Priority:

MajorMajor

Reporter:

Ben Caradoc-Davies

New failure some time in the last week. Only affects my desktop running OpenJDK 7, not a similar OpenJDK 7 build on Jenkins. Font/DPI problem?

Failed tests: testLayoutTranslucent(org.geoserver.wms.wms_1_1_1.GetMapIntegrationTest): expected:<java.awt.Color[r=0,g=0,b=0]> but was:<java.awt.Color[r=255,g=255,b=255]>

Failure is at:
assertPixel(image, 52, 221, Color.BLACK);

Breadcrumbs report j=222 or j=223 would pass:
i = 52, j = 218, color = java.awt.Color[r=255,g=255,b=255]
i = 52, j = 219, color = java.awt.Color[r=255,g=255,b=255]
i = 52, j = 220, color = java.awt.Color[r=255,g=255,b=255]
i = 52, j = 221, color = java.awt.Color[r=255,g=255,b=255]
i = 52, j = 222, color = java.awt.Color[r=0,g=0,b=0]
i = 52, j = 223, color = java.awt.Color[r=0,g=0,b=0]
i = 52, j = 224, color = java.awt.Color[r=255,g=255,b=255]

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)

Atlassian logo