]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix wizard test, adjust to changed parameters of the tested method, introduced by...
authorArthur Schiwon <blizzz@owncloud.com>
Tue, 26 Aug 2014 08:50:00 +0000 (10:50 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Thu, 28 Aug 2014 09:53:40 +0000 (11:53 +0200)
apps/user_ldap/tests/wizard.php

index 786769a88cfbbef18125207b2c1cc720d89c8f75..50461432c421d9c8ca0dcd0433ac45f49df57cbf 100644 (file)
@@ -280,7 +280,7 @@ class Test_Wizard extends \PHPUnit_Framework_TestCase {
 
                # The following expectations are the real test #
                $filters = array('f1', 'f2', '*');
-               $resultArray = $wizard->cumulativeSearchOnAttribute($filters, 'cn', true, 0);
+               $resultArray = $wizard->cumulativeSearchOnAttribute($filters, 'cn', 0);
                $this->assertSame(6, count($resultArray));
                unset($mark);
        }