From: Robert Hoenig Date: Tue, 30 Dec 2014 08:26:18 +0000 (-0600) Subject: Clarifies the meaning of the function which tests the bug T34712 X-Git-Tag: 1.31.0-rc.0~12821^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=43b88b11b3efca2b67ccd30e9c2a6f50c30d8e0b;p=lhc%2Fweb%2Fwiklou.git Clarifies the meaning of the function which tests the bug T34712 Change-Id: I17922b9bc6ac2ce5fef7aebc27020874d349f507 --- diff --git a/tests/phpunit/includes/deferred/SearchUpdateTest.php b/tests/phpunit/includes/deferred/SearchUpdateTest.php index c62753713a..b70880e80f 100644 --- a/tests/phpunit/includes/deferred/SearchUpdateTest.php +++ b/tests/phpunit/includes/deferred/SearchUpdateTest.php @@ -67,9 +67,10 @@ EOT /** * @covers SearchUpdate::updateText - * @todo give this test a real name explaining what is being tested here + * Test bug 32712 + * Test if unicode quotes in article links make its search index empty */ - public function testBug32712() { + public function testUnicodeLinkSearchIndexError() { $text = "text „http://example.com“ text"; $result = $this->updateText( $text ); $processed = preg_replace( '/Q/u', 'Q', $result );