From e3561c3ceb6a8bf3cc04b3d6ff2522737616e965 Mon Sep 17 00:00:00 2001
From: Tim Schaub
Date: Wed, 3 Feb 2010 18:35:38 +0000
Subject: [PATCH] Adding manual acceptance test for multiple Google layers (see
#1797).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10016 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
---
tests/manual/multiple-google-layers.html | 131 +++++++++++++++++++++++
1 file changed, 131 insertions(+)
create mode 100644 tests/manual/multiple-google-layers.html
diff --git a/tests/manual/multiple-google-layers.html b/tests/manual/multiple-google-layers.html
new file mode 100644
index 0000000000..6645138db3
--- /dev/null
+++ b/tests/manual/multiple-google-layers.html
@@ -0,0 +1,131 @@
+
+
+ Multiple Google Layers Acceptance Test
+
+
+
+
+
+
+
+
+ This example is used to confirm that resizable maps with multiple
+ Google layers work properly. Click the checkboxes to add/remove
+ layers from the maps. Use the layer switcher to change the map's
+ base layer. You should be able to confirm the following:
+
+ - Adding and removing layers doesn't raise any errors
+ (regardless of how many times the same layer is added/removed).
+ - The Google "Powered By" link is always visible and clickable
+ when a Google layer is displayed.
+ - The Google "Terms of Use" link is always visible and clickable
+ when a Google layer is displayed.
+ - Resizing a map (by resizing the browser window) and then
+ changing base layer works well. That is, the center & scale are
+ preserved and all tiles are well aligned.
+ - Setting the base layer to the "Dummy Layer" hides all other
+ Google base layers, "Powered By" link, and "Terms of Use" link.
+
+
+
+
+
\ No newline at end of file