http://www.mediawiki.org/wiki/Special:Code/MediaWiki/91957

Revision: 91957
Author:   jeroendedauw
Date:     2011-07-12 13:45:41 +0000 (Tue, 12 Jul 2011)
Log Message:
-----------
rem obsolete code

Modified Paths:
--------------
    trunk/extensions/Maps/Maps.hooks.php
    trunk/extensions/Maps/test/MapsCoordinateParserTest.php
    trunk/extensions/Maps/test/MapsDistanceParserTest.php

Modified: trunk/extensions/Maps/Maps.hooks.php
===================================================================
--- trunk/extensions/Maps/Maps.hooks.php        2011-07-12 13:32:13 UTC (rev 
91956)
+++ trunk/extensions/Maps/Maps.hooks.php        2011-07-12 13:45:41 UTC (rev 
91957)
@@ -8,7 +8,8 @@
  * @file Maps.hooks.php
  * @ingroup Maps
  * 
- * @author Jeroen De Dauw
+ * @licence GNU GPL v3
+ * @author Jeroen De Dauw < [email protected] >
  */
 final class MapsHooks {
        

Modified: trunk/extensions/Maps/test/MapsCoordinateParserTest.php
===================================================================
--- trunk/extensions/Maps/test/MapsCoordinateParserTest.php     2011-07-12 
13:32:13 UTC (rev 91956)
+++ trunk/extensions/Maps/test/MapsCoordinateParserTest.php     2011-07-12 
13:45:41 UTC (rev 91957)
@@ -102,28 +102,6 @@
        );
        
        /**
-        * @var MapsCoordinateParser
-        */
-       private $MapsCoordinateParser;
-       
-       /**
-        * Prepares the environment before running a test.
-        */
-       protected function setUp() {
-               parent::setUp ();
-               $this->MapsCoordinateParser = new MapsCoordinateParser(/* 
parameters */);
-       
-       }
-       
-       /**
-        * Cleans up the environment after running a test.
-        */
-       protected function tearDown() {
-               $this->MapsCoordinateParser = null;
-               parent::tearDown ();
-       }
-       
-       /**
         * Tests MapsCoordinateParser::parseCoordinates()
         */
        public function testParseCoordinates() {

Modified: trunk/extensions/Maps/test/MapsDistanceParserTest.php
===================================================================
--- trunk/extensions/Maps/test/MapsDistanceParserTest.php       2011-07-12 
13:32:13 UTC (rev 91956)
+++ trunk/extensions/Maps/test/MapsDistanceParserTest.php       2011-07-12 
13:45:41 UTC (rev 91957)
@@ -62,29 +62,6 @@
        );
        
        /**
-        * @var MapsDistanceParser
-        */
-       private $MapsDistanceParser;
-       
-       /**
-        * Prepares the environment before running a test.
-        */
-       protected function setUp() {
-               parent::setUp ();
-               
-               $this->MapsDistanceParser = new MapsDistanceParser(/* 
parameters */);
-       }
-       
-       /**
-        * Cleans up the environment after running a test.
-        */
-       protected function tearDown() {
-               $this->MapsDistanceParser = null;
-               
-               parent::tearDown ();
-       }
-       
-       /**
         * Tests MapsDistanceParser::parseDistance()
         */
        public function testParseDistance() {


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

Reply via email to