[Checkins] SVN: keas.googlemap/trunk/src/keas/googlemap/ update tests so they actually pass and are less brittle.

Paul Carduner paulcarduner at gmail.com
Mon Oct 6 01:54:02 EDT 2008


Log message for revision 91789:
  update tests so they actually pass and are less brittle.

Changed:
  U   keas.googlemap/trunk/src/keas/googlemap/README.txt
  U   keas.googlemap/trunk/src/keas/googlemap/browser/README.txt

-=-
Modified: keas.googlemap/trunk/src/keas/googlemap/README.txt
===================================================================
--- keas.googlemap/trunk/src/keas/googlemap/README.txt	2008-10-05 20:35:51 UTC (rev 91788)
+++ keas.googlemap/trunk/src/keas/googlemap/README.txt	2008-10-06 05:53:51 UTC (rev 91789)
@@ -214,7 +214,7 @@
   ... except IOError, e:
   ...   geo = geocode.Geocode(38.29793, -77.459799)
   >>> print geo
-  Geocode(38.29793, -77.459799)
+  Geocode(38.2..., -77.4...)
 
 
 Annotating Objects with Geocodes

Modified: keas.googlemap/trunk/src/keas/googlemap/browser/README.txt
===================================================================
--- keas.googlemap/trunk/src/keas/googlemap/browser/README.txt	2008-10-05 20:35:51 UTC (rev 91788)
+++ keas.googlemap/trunk/src/keas/googlemap/browser/README.txt	2008-10-06 05:53:51 UTC (rev 91789)
@@ -49,8 +49,7 @@
 
   >>> print gmap.render()
   <div style="width: 500px; height: 400px" id="google-map">
-  [Google Map - If you see this, your browser is not compatible with
-  google maps, or there was an error.]
+  Loading Map...
   </div>
   <BLANKLINE>
   <script type="text/javascript">
@@ -81,8 +80,7 @@
   >>> gmap.markers.append(marker)
   >>> print gmap.render()
   <div style="width: 500px; height: 400px" id="google-map">
-  [Google Map - If you see this, your browser is not compatible with
-  google maps, or there was an error.]
+  Loading Map...
   </div>
   <BLANKLINE>
   <script type="text/javascript">



More information about the Checkins mailing list