From 1a7e87726f63c1fd50d8bf2205f9bae528419993 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Sat, 17 Mar 2018 00:42:25 -0700 Subject: [PATCH] Uncomment and fix a test Change-Id: I78524b01aac514f5fc54152ddeed59169b7e04fc --- tests/phpunit/includes/api/query/ApiQueryBasicTest.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/phpunit/includes/api/query/ApiQueryBasicTest.php b/tests/phpunit/includes/api/query/ApiQueryBasicTest.php index f0d83843db..e49e1d8b30 100644 --- a/tests/phpunit/includes/api/query/ApiQueryBasicTest.php +++ b/tests/phpunit/includes/api/query/ApiQueryBasicTest.php @@ -131,7 +131,7 @@ class ApiQueryBasicTest extends ApiQueryTestBase { private static $allcategories = [ [ 'list' => 'allcategories', 'acprefix' => 'AQBT-' ], [ 'allcategories' => [ - [ '*' => 'AQBT-Cat' ], + [ 'category' => 'AQBT-Cat' ], ] ] ]; @@ -233,9 +233,7 @@ class ApiQueryBasicTest extends ApiQueryTestBase { $this->check( self::$allpages ); $this->check( self::$alllinks ); $this->check( self::$alltransclusions ); - // This test is temporarily disabled until a sqlite bug is fixed - // Confirmed still broken 15-nov-2013 - // $this->check( self::$allcategories ); + $this->check( self::$allcategories ); $this->check( self::$backlinks ); $this->check( self::$embeddedin ); $this->check( self::$categorymembers ); -- 2.20.1