Jeroen De Dauw has uploaded a new change for review.

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

Change subject: Add DM 1.0 TODOs in WikibaseRepoTest
......................................................................

Add DM 1.0 TODOs in WikibaseRepoTest

Change-Id: Ibd7488934eafd66de8d25c1c87614b143ffc16f5
---
M repo/tests/phpunit/includes/WikibaseRepoTest.php
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/34/149234/1

diff --git a/repo/tests/phpunit/includes/WikibaseRepoTest.php 
b/repo/tests/phpunit/includes/WikibaseRepoTest.php
index a11cae4..add8699 100644
--- a/repo/tests/phpunit/includes/WikibaseRepoTest.php
+++ b/repo/tests/phpunit/includes/WikibaseRepoTest.php
@@ -159,6 +159,7 @@
                $this->assertInstanceOf( 
'Wikibase\Lib\Changes\EntityChangeFactory', $factory );
        }
 
+       // TODO: DM 1.0 blocker, this uses Entity::toArray
        public function testGetEntityContentDataCodec_legacy() {
                $item = Item::newEmpty();
                $item->setLabel( 'en', 'Hello' );
@@ -174,6 +175,7 @@
                $this->assertEquals( $item->toArray(), $data );
        }
 
+       // TODO: DM 1.0 blocker, this uses Entity::toArray
        public function testGetInternalEntitySerializer_legacy() {
                $item = Item::newEmpty();
                $item->setLabel( 'en', 'Hello' );
@@ -188,6 +190,7 @@
                $this->assertEquals( $item->toArray(), $data );
        }
 
+       // TODO: DM 1.0 blocker, this uses Claim::toArray
        public function testGetInternalClaimSerializer_legacy() {
                $claim = new Statement( new PropertyNoValueSnak( 42 ) );
                $claim->setGuid( 'kittens' );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibd7488934eafd66de8d25c1c87614b143ffc16f5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>

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

Reply via email to