euromark 13 years ago
parent
commit
6febe9d244

+ 8 - 8
Test/Fixture/AddressFixture.php

@@ -80,15 +80,15 @@ class AddressFixture extends CakeTestFixture {
 			'foreign_id' => '7',
 			'model' => 'Partner',
 			'country_id' => '0',
-			'first_name' => 'mark',
-			'last_name' => 'scherer',
-			'street' => 'Krebenweg 4',
-			'postal_code' => '74523',
-			'city' => 'Schwäbisch Hall',
-			'lat' => '49.081490',
-			'lng' => '9.690800',
+			'first_name' => 'Tim',
+			'last_name' => 'Schoror',
+			'street' => 'Krebenweg 11',
+			'postal_code' => '12523',
+			'city' => 'Schwäbisch Boll',
+			'lat' => '19.081490',
+			'lng' => '19.690800',
 			'last_used' => '0000-00-00 00:00:00',
-			'formatted_address' => 'Krebenweg 4, 74523 Schwäbisch Hall, Deutschland',
+			'formatted_address' => 'Krebenweg 11, 12523 Schwäbisch Boll, Deutschland',
 			'created' => '2011-11-17 13:47:36',
 			'modified' => '2011-11-17 13:47:36',
 			'type_id' => '0'

+ 4 - 4
Test/Fixture/LocationFixture.php

@@ -121,8 +121,8 @@ class LocationFixture extends CakeTestFixture {
 			'id' => '13',
 			'name' => 'neufahrn',
 			'country_id' => '1',
-			'lat' => '48.3141',
-			'lng' => '11.6633',
+			'lat' => '48.1141',
+			'lng' => '11.1633',
 			'formatted_address' => 'Neufahrn bei Freising, Deutschland',
 			'locality' => 'Neufahrn bei Freising',
 			'sublocality' => '',
@@ -133,8 +133,8 @@ class LocationFixture extends CakeTestFixture {
 			'id' => '15',
 			'name' => '85375',
 			'country_id' => '1',
-			'lat' => '48.3118',
-			'lng' => '11.6671',
+			'lat' => '48.1118',
+			'lng' => '11.1671',
 			'formatted_address' => '85375 Neufahrn bei Freising, Deutschland',
 			'locality' => 'Neufahrn bei Freising',
 			'sublocality' => '',

+ 5 - 5
Test/Fixture/TransactionFixture.php

@@ -86,7 +86,7 @@ class TransactionFixture extends CakeTestFixture {
 		),
 		array(
 			'id' => '5',
-			'title' => 'Ordofood-Konto-Einzahlung von user@user.de',
+			'title' => 'Test-Konto-Einzahlung von user@user.de',
 			'token' => 'EC-0MA508270G1912621',
 			'foreign_id' => '1',
 			'model' => 'PrepaidAccount',
@@ -107,7 +107,7 @@ class TransactionFixture extends CakeTestFixture {
 		),
 		array(
 			'id' => '4',
-			'title' => 'Ordofood-Konto-Einzahlung von user@user.de',
+			'title' => 'Test-Konto-Einzahlung von user@user.de',
 			'token' => 'EC-89F71804C0644512T',
 			'foreign_id' => '1',
 			'model' => 'PrepaidAccount',
@@ -149,7 +149,7 @@ class TransactionFixture extends CakeTestFixture {
 		),
 		array(
 			'id' => '7',
-			'title' => 'Ordofood-Konto-Einzahlung von user@user.de',
+			'title' => 'Test-Konto-Einzahlung von user@user.de',
 			'token' => 'EC-5SH71547J6537800X',
 			'foreign_id' => '1',
 			'model' => 'PrepaidAccount',
@@ -191,7 +191,7 @@ class TransactionFixture extends CakeTestFixture {
 		),
 		array(
 			'id' => '9',
-			'title' => 'Ordofood-Konto-Einzahlung von admin@admin.de',
+			'title' => 'Test-Konto-Einzahlung von admin@admin.de',
 			'token' => 'EC-89362070VF0669840',
 			'foreign_id' => '5',
 			'model' => 'PrepaidAccount',
@@ -212,7 +212,7 @@ class TransactionFixture extends CakeTestFixture {
 		),
 		array(
 			'id' => '10',
-			'title' => 'Ordofood-Konto-Einzahlung von admin@admin.de',
+			'title' => 'Test-Konto-Einzahlung von admin@admin.de',
 			'token' => 'EC-3UH10864KV965382X',
 			'foreign_id' => '5',
 			'model' => 'PrepaidAccount',