MaxSem has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/237518

Change subject: Update bug tracker links
......................................................................

Update bug tracker links

Change-Id: I24daca90f0a4976c77bae3f7c20facdae0ecaa09
---
M tests/ParseCoordTest.php
M tests/TagTest.php
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GeoData 
refs/changes/18/237518/1

diff --git a/tests/ParseCoordTest.php b/tests/ParseCoordTest.php
index 6ff24cb..0d2fb02 100644
--- a/tests/ParseCoordTest.php
+++ b/tests/ParseCoordTest.php
@@ -67,7 +67,7 @@
                        // only the last component of the coordinate should be 
non-integer
                        array( array( 10.5, 1, 20, 0 ), false ),
                        array( array( 10, 30.5, 1, 20, 0, 0 ), false ),
-                       // Exception per 
https://bugzilla.wikimedia.org/show_bug.cgi?id=48488
+                       // Exception per 
https://phabricator.wikimedia.org/T50488
                        array( array( 1.5, 0, 2.5, 0 ), new Coord( 1.5, 2.5 ) ),
                        array( array( 1, 2.5, 0, 3, 4.5, 0 ), new Coord( 
1.0416666666667, 3.075 ) ),
                        // coordinate validation (Earth)
diff --git a/tests/TagTest.php b/tests/TagTest.php
index 44ee626..6e66522 100644
--- a/tests/TagTest.php
+++ b/tests/TagTest.php
@@ -149,13 +149,13 @@
                                '{{#coordinates: 10|20|scale:50000}}', 
                                array( 'lat' => 10, 'lon' => 20, 'globe' => 
'earth', 'dim' => 5000 ),
                        ),
-                       // https://bugzilla.wikimedia.org/show_bug.cgi?id=46181
+                       // https://phabricator.wikimedia.org/T48181
                        array(
                                '{{#coordinates: 2.5|3,5}}',
                                array( 'lat' => 2.5, 'lon' => 3.5 ),
                                'de',
                        ),
-                       // https://bugzilla.wikimedia.org/show_bug.cgi?id=47090
+                       // https://phabricator.wikimedia.org/T49090
                        array(
                                '{{#coordinates: -3.29237|-60.624889|globe=}}',
                                array( 'lat' => -3.29237, 'lon' => -60.624889, 
'globe' => 'earth' ),

-- 
To view, visit https://gerrit.wikimedia.org/r/237518
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I24daca90f0a4976c77bae3f7c20facdae0ecaa09
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GeoData
Gerrit-Branch: master
Gerrit-Owner: MaxSem <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to