]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/LocationTest.php
Merge branch '0.9.x' into testing
[quix0rs-gnu-social.git] / tests / LocationTest.php
index 62849eb9f4a2a9ed9535dc7a85ff8e3abbfe4728..1badecb5db4de7152731bc4bff2e172df6c61264 100644 (file)
@@ -48,8 +48,8 @@ class LocationTest extends PHPUnit_Framework_TestCase
 
     static public function locationIds()
     {
-        return array(array(6077243, GeonamesPlugin::NAMESPACE, 'en', null),
-                     array(5391959, GeonamesPlugin::NAMESPACE, 'en', null));
+        return array(array(6077243, GeonamesPlugin::LOCATION_NS, 'en', null),
+                     array(5391959, GeonamesPlugin::LOCATION_NS, 'en', null));
     }
 
     /**