From 2c0743c46b8c338538a80e7e6bd01c33c59bacc6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 25 May 2016 16:51:02 +0200 Subject: Fix the tests again --- apps/user_ldap/tests/Integration/Lib/IntegrationTestBackupServer.php | 2 +- apps/user_ldap/tests/Integration/Lib/IntegrationTestConnect.php | 2 +- .../tests/Integration/Lib/IntegrationTestCountUsersByLoginName.php | 2 +- .../tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'apps') diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestBackupServer.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestBackupServer.php index ccd9b251bfc..6c3907eb062 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestBackupServer.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestBackupServer.php @@ -112,6 +112,6 @@ class IntegrationTestBackupServer extends AbstractIntegrationTest { } require_once(__DIR__ . '/../setup-scripts/config.php'); -$test = new IntegrationBackupServer($host, $port, $adn, $apwd, $bdn); +$test = new IntegrationTestBackupServer($host, $port, $adn, $apwd, $bdn); $test->init(); $test->run(); diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestConnect.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestConnect.php index 3ada556bbea..fb6886189a6 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestConnect.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestConnect.php @@ -160,6 +160,6 @@ class IntegrationTestConnect extends AbstractIntegrationTest { } require_once(__DIR__ . '/../setup-scripts/config.php'); -$test = new IntegrationConnect($host, $port, $adn, $apwd, $bdn); +$test = new IntegrationTestConnect($host, $port, $adn, $apwd, $bdn); $test->init(); $test->run(); diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestCountUsersByLoginName.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestCountUsersByLoginName.php index 5f4fd6f572f..5a49ed165ab 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestCountUsersByLoginName.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestCountUsersByLoginName.php @@ -60,6 +60,6 @@ class IntegrationTestCountUsersByLoginName extends AbstractIntegrationTest { } require_once(__DIR__ . '/../setup-scripts/config.php'); -$test = new IntegrationTestUserHome($host, $port, $adn, $apwd, $bdn); +$test = new IntegrationTestCountUsersByLoginName($host, $port, $adn, $apwd, $bdn); $test->init(); $test->run(); diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php index f2dbd7393f3..06aa2cea8fc 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php @@ -73,6 +73,6 @@ class IntegrationTestFetchUsersByLoginName extends AbstractIntegrationTest { } require_once(__DIR__ . '/../setup-scripts/config.php'); -$test = new IntegrationTestUserHome($host, $port, $adn, $apwd, $bdn); +$test = new IntegrationTestFetchUsersByLoginName($host, $port, $adn, $apwd, $bdn); $test->init(); $test->run(); -- cgit v1.2.3