From: Sam Reed Date: Sun, 3 Oct 2010 22:52:12 +0000 (+0000) Subject: Mark testWatchDelete as incomplete (watch isn't verified) X-Git-Tag: 1.31.0-rc.0~34631 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=93681a50055f891ba2a76adcce9c134e9e1d1059;p=lhc%2Fweb%2Fwiklou.git Mark testWatchDelete as incomplete (watch isn't verified) --- diff --git a/maintenance/tests/phpunit/includes/api/ApiWatchTest.php b/maintenance/tests/phpunit/includes/api/ApiWatchTest.php index 58d1397971..aced623e59 100644 --- a/maintenance/tests/phpunit/includes/api/ApiWatchTest.php +++ b/maintenance/tests/phpunit/includes/api/ApiWatchTest.php @@ -182,6 +182,8 @@ class ApiWatchTest extends ApiTestSetup { $data = $this->doApiRequest( array( 'action' => 'query', 'list' => 'watchlist' ), $data ); + + $this->markTestIncomplete( 'This test needs to verify the deleted article was added to the users watchlist' ); } }