Index: trunk/extensions/Maps/test/MapsCoordinateParserTest.php |
— | — | @@ -5,7 +5,9 @@ |
6 | 6 | * |
7 | 7 | * @ingroup Maps |
8 | 8 | * @since 0.6.5 |
9 | | - * @author Jeroen De Dauw |
| 9 | + * |
| 10 | + * @licence GNU GPL v3 |
| 11 | + * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
10 | 12 | */ |
11 | 13 | class MapsCoordinateParserTest extends MediaWikiTestCase { |
12 | 14 | |
Index: trunk/extensions/Maps/test/MapsDistanceParserTest.php |
— | — | @@ -5,7 +5,9 @@ |
6 | 6 | * |
7 | 7 | * @ingroup Maps |
8 | 8 | * @since 0.6.5 |
9 | | - * @author Jeroen De Dauw |
| 9 | + * |
| 10 | + * @licence GNU GPL v3 |
| 11 | + * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
10 | 12 | */ |
11 | 13 | class MapsDistanceParserTest extends MediaWikiTestCase { |
12 | 14 | |
Index: trunk/extensions/Maps/RELEASE-NOTES |
— | — | @@ -40,6 +40,8 @@ |
41 | 41 | |
42 | 42 | * Use of Google Maps geocoding service v3 instead of v2. |
43 | 43 | |
| 44 | +* Completed coordinate and distance parser/formatter unit tests and made them compliant with the MediaWiki unit testing support. |
| 45 | + |
44 | 46 | ==== Bug fixes ==== |
45 | 47 | |
46 | 48 | * Fixed geocoding service overriding based on mapping service (merged in from Maps 0.7.5). |