From be454902f19e265b35647139130e65bfcf1d13d4 Mon Sep 17 00:00:00 2001
From: Robert Scott <code@humanleg.org.uk>
Date: Thu, 18 Jan 2018 00:27:18 +0000
Subject: [PATCH v1] further debugging test commit
---
test/unit/org/openstreetmap/josm/gui/dialogs/MinimapDialogTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/unit/org/openstreetmap/josm/gui/dialogs/MinimapDialogTest.java b/test/unit/org/openstreetmap/josm/gui/dialogs/MinimapDialogTest.java
index cc22a6da0..263a0319b 100644
|
a
|
b
|
public class MinimapDialogTest {
|
| 481 | 481 | // assert downloaded areas are drawn |
| 482 | 482 | this.paintSlippyMap(); |
| 483 | 483 | |
| | 484 | System.err.println("Reported bbox: " + MainApplication.getMap().mapView.getState().getViewArea().getLatLonBoundsBox().toString()); |
| | 485 | |
| 484 | 486 | ImagePatternMatching.rowMatch( |
| 485 | 487 | paintedSlippyMap, |
| 486 | 488 | paintedSlippyMap.getHeight()/2, |