jenkins-bot has submitted this change and it was merged.

Change subject: Fix argument list in data provider
......................................................................


Fix argument list in data provider

Change-Id: I3641c8acfdc29240c07dd0f5bb0168141cb8d51e
---
M QueryEngine/tests/phpunit/SQLStore/DVHandler/GeoCoordinateHandlerTest.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jeroen De Dauw: Looks good to me, approved
  jenkins-bot: Verified



diff --git 
a/QueryEngine/tests/phpunit/SQLStore/DVHandler/GeoCoordinateHandlerTest.php 
b/QueryEngine/tests/phpunit/SQLStore/DVHandler/GeoCoordinateHandlerTest.php
index 454c96b..0183ec3 100644
--- a/QueryEngine/tests/phpunit/SQLStore/DVHandler/GeoCoordinateHandlerTest.php
+++ b/QueryEngine/tests/phpunit/SQLStore/DVHandler/GeoCoordinateHandlerTest.php
@@ -67,7 +67,7 @@
                $values[] = new GeoCoordinateValue( 0, 0 );
                $values[] = new GeoCoordinateValue( 23, 42 );
                $values[] = new GeoCoordinateValue( 2.3, 4.2, 9000.1 );
-               $values[] = new GeoCoordinateValue( -2.3, -4.2, -9000.1, 'mars' 
);
+               $values[] = new GeoCoordinateValue( -2.3, -4.2, -9000.1, null, 
'mars' );
 
                return $values;
        }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3641c8acfdc29240c07dd0f5bb0168141cb8d51e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to