euromark 11 年 前
コミット
ffea7c26e5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Test/Case/Lib/GeocodeLibTest.php

+ 1 - 1
Test/Case/Lib/GeocodeLibTest.php

@@ -83,7 +83,7 @@ class GeocodeLibTest extends MyCakeTestCase {
 	 */
 	 */
 	public function testReverseGeocode() {
 	public function testReverseGeocode() {
 		$coords = array(
 		$coords = array(
-			array(-34.594445, -58.37446, 'Calle Florida 1134-1200, Buenos Aires'),
+			array(-34.594445, -58.37446, 'Florida 1134-1200, Buenos Aires'),
 			array(48.8934, 8.70492, 'B294, 75175 Pforzheim, Deutschland')
 			array(48.8934, 8.70492, 'B294, 75175 Pforzheim, Deutschland')
 		);
 		);