r91906 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91905‎ | r91906 | r91907 >
Date:19:59, 11 July 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
up rel notes
Modified paths:
  • /trunk/extensions/Maps/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/Maps/test/MapsCoordinateParserTest.php (modified) (history)
  • /trunk/extensions/Maps/test/MapsDistanceParserTest.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/test/MapsCoordinateParserTest.php
@@ -5,7 +5,9 @@
66 *
77 * @ingroup Maps
88 * @since 0.6.5
9 - * @author Jeroen De Dauw
 9+ *
 10+ * @licence GNU GPL v3
 11+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
1012 */
1113 class MapsCoordinateParserTest extends MediaWikiTestCase {
1214
Index: trunk/extensions/Maps/test/MapsDistanceParserTest.php
@@ -5,7 +5,9 @@
66 *
77 * @ingroup Maps
88 * @since 0.6.5
9 - * @author Jeroen De Dauw
 9+ *
 10+ * @licence GNU GPL v3
 11+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
1012 */
1113 class MapsDistanceParserTest extends MediaWikiTestCase {
1214
Index: trunk/extensions/Maps/RELEASE-NOTES
@@ -40,6 +40,8 @@
4141
4242 * Use of Google Maps geocoding service v3 instead of v2.
4343
 44+* Completed coordinate and distance parser/formatter unit tests and made them compliant with the MediaWiki unit testing support.
 45+
4446 ==== Bug fixes ====
4547
4648 * Fixed geocoding service overriding based on mapping service (merged in from Maps 0.7.5).