From 9c3c7750ad96203b0865990569e7f8aa8a164d4a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 28 Apr 2010 15:27:28 +0200 Subject: [PATCH] Remove duplicate test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- ut/userfiltertest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ut/userfiltertest.php b/ut/userfiltertest.php index ce4c3a7..38b220a 100644 --- a/ut/userfiltertest.php +++ b/ut/userfiltertest.php @@ -111,11 +111,6 @@ class UserFilterTest extends PlTestCase INNER JOIN profile_display AS pd ON (pd.pid = ap.pid AND FIND_IN_SET(\'owner\', ap.perms)) WHERE pd.promo < {?}', 'X1900'), new UFC_Promo('<', UserFilter::DISPLAY, 'X1900'), 0), - array(XDB::format('SELECT DISTINCT ap.uid - FROM account_profiles AS ap - INNER JOIN profile_display AS pd ON (pd.pid = ap.pid AND FIND_IN_SET(\'owner\', ap.perms)) - WHERE pd.promo < {?}', 'X1900'), - new UFC_Promo('<', UserFilter::DISPLAY, 'X1900'), 0), array(XDB::format('SELECT DISTINCT ap.uid FROM account_profiles AS ap -- 2.1.4