jenkins-bot has submitted this change and it was merged. Change subject: Travis #209.3 / DBTYPE=mysql; MW=1.21.0 ......................................................................
Travis #209.3 / DBTYPE=mysql; MW=1.21.0 SMW\Test\HooksTest::testOnOutputPageParserOutput isn't really needed for now remove this test as the DB is involved 1) SMW\Test\HooksTest::testOnOutputPageParserOutput MWException: LinkCache doesn't currently know about this title: MtQUFO7nBv /home/travis/build/wikimedia/phase3/includes/Title.php:3025 /home/travis/build/wikimedia/phase3/extensions/SemanticMediaWiki/includes/FactboxPresenter.php:82 /home/travis/build/wikimedia/phase3/extensions/SemanticMediaWiki/includes/hooks/OutputPageParserOutput.php:102 /home/travis/build/wikimedia/phase3/extensions/SemanticMediaWiki/includes/hooks/OutputPageParserOutput.php:61 /home/travis/build/wikimedia/phase3/extensions/SemanticMediaWiki/SemanticMediaWiki.hooks.php:643 /home/travis/build/wikimedia/phase3/extensions/SemanticMediaWiki/tests/phpunit/includes/HooksTest.php:614 [1] https://s3.amazonaws.com/archive.travis-ci.org/jobs/11535251/log.txt Change-Id: I262c2b956781518bd0ba7fedc8c9e2807123d0a9 --- M tests/phpunit/includes/HooksTest.php 1 file changed, 3 insertions(+), 2 deletions(-) Approvals: Mwjames: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/phpunit/includes/HooksTest.php b/tests/phpunit/includes/HooksTest.php index cecd966..398906c 100644 --- a/tests/phpunit/includes/HooksTest.php +++ b/tests/phpunit/includes/HooksTest.php @@ -599,11 +599,11 @@ $this->assertTrue( $result ); } - /* + /* @ Travis #209.3 LinkCache doesn't currently know ... * @test SMWHooks::onOutputPageParserOutput * * @since 1.9 - */ + * public function testOnOutputPageParserOutput() { list( $title, $parserOutput ) = $this->makeTitleAndParserOutput(); $update = new LinksUpdate( $title, $parserOutput ); @@ -614,5 +614,6 @@ $result = SMWHooks::onOutputPageParserOutput( $outputPage, $parserOutput ); $this->assertTrue( $result ); } + */ } -- To view, visit https://gerrit.wikimedia.org/r/84930 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I262c2b956781518bd0ba7fedc8c9e2807123d0a9 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticMediaWiki Gerrit-Branch: master Gerrit-Owner: Mwjames <[email protected]> Gerrit-Reviewer: Mwjames <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
