Merge "Clarifies the meaning of the function which tests the bug T34712"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 2 Jan 2015 09:52:58 +0000 (09:52 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 2 Jan 2015 09:52:58 +0000 (09:52 +0000)
tests/phpunit/includes/deferred/SearchUpdateTest.php

index c627537..b70880e 100644 (file)
@@ -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 );