@@ -177,10 +177,10 @@ public function testMapRawDataCorrectlyFormatsGPSData()
177
177
$ this ->mapper ->setNumeric (false );
178
178
$ result = $ this ->mapper ->mapRawData (
179
179
array (
180
- 'GPSLatitude ' => '40 deg 20 \' 0.42857" N ' ,
181
- 'GPSLatitudeRef ' => 'North ' ,
182
- 'GPSLongitude ' => '20 deg 10 \' 2.33333" W ' ,
183
- 'GPSLongitudeRef ' => 'West ' ,
180
+ 'EXIF: GPSLatitude ' => '40 deg 20 \' 0.42857" N ' ,
181
+ 'EXIF: GPSLatitudeRef ' => 'North ' ,
182
+ 'EXIF: GPSLongitude ' => '20 deg 10 \' 2.33333" W ' ,
183
+ 'EXIF: GPSLongitudeRef ' => 'West ' ,
184
184
)
185
185
);
186
186
@@ -197,10 +197,10 @@ public function testMapRawDataCorrectlyFormatsNumericGPSData()
197
197
{
198
198
$ result = $ this ->mapper ->mapRawData (
199
199
array (
200
- 'GPSLatitude ' => '40.333452381 ' ,
201
- 'GPSLatitudeRef ' => 'North ' ,
202
- 'GPSLongitude ' => '20.167314814 ' ,
203
- 'GPSLongitudeRef ' => 'West ' ,
200
+ 'EXIF: GPSLatitude ' => '40.333452381 ' ,
201
+ 'EXIF: GPSLatitudeRef ' => 'North ' ,
202
+ 'EXIF: GPSLongitude ' => '20.167314814 ' ,
203
+ 'EXIF: GPSLongitudeRef ' => 'West ' ,
204
204
)
205
205
);
206
206
@@ -218,10 +218,10 @@ public function testMapRawDataCorrectlyIgnoresIncorrectGPSData()
218
218
$ this ->mapper ->setNumeric (false );
219
219
$ result = $ this ->mapper ->mapRawData (
220
220
array (
221
- 'GPSLatitude ' => '40.333452381 ' ,
222
- 'GPSLatitudeRef ' => 'North ' ,
223
- 'GPSLongitude ' => '20.167314814 ' ,
224
- 'GPSLongitudeRef ' => 'West ' ,
221
+ 'EXIF: GPSLatitude ' => '40.333452381 ' ,
222
+ 'EXIF: GPSLatitudeRef ' => 'North ' ,
223
+ 'EXIF: GPSLongitude ' => '20.167314814 ' ,
224
+ 'EXIF: GPSLongitudeRef ' => 'West ' ,
225
225
)
226
226
);
227
227
@@ -236,8 +236,8 @@ public function testMapRawDataCorrectlyIgnoresIncompleteGPSData()
236
236
{
237
237
$ result = $ this ->mapper ->mapRawData (
238
238
array (
239
- 'GPSLatitude ' => '40.333452381 ' ,
240
- 'GPSLatitudeRef ' => 'North ' ,
239
+ 'EXIF: GPSLatitude ' => '40.333452381 ' ,
240
+ 'EXIF: GPSLatitudeRef ' => 'North ' ,
241
241
)
242
242
);
243
243
0 commit comments