Disable LDAP testing for the time being.

This commit is contained in:
Colin Kuskie 2011-08-30 14:53:17 -07:00
parent 61d7287ea5
commit d76ff6ef33
3 changed files with 106 additions and 77 deletions

View file

@ -52,7 +52,8 @@ plan tests => 9; # Increment this number for each test you create
#
###########################################################################
{
SKIP: {
skip "Test LDAP server is down", 3;
my $ldapProps = WebGUI::Test->getSmokeLDAPProps();
$session->db->setRow('ldapLink', 'ldapLinkId', $ldapProps, $ldapProps->{ldapLinkId});
my $ldap = WebGUI::LDAPLink->new($session, $ldapProps->{ldapLinkId});
@ -70,7 +71,8 @@ plan tests => 9; # Increment this number for each test you create
#
###########################################################################
{
SKIP: {
skip "Test LDAP server is down", 4;
my $ldapProps = WebGUI::Test->getSmokeLDAPProps();
$ldapProps->{identifier} = 'hadley';
$session->db->setRow('ldapLink', 'ldapLinkId', $ldapProps, $ldapProps->{ldapLinkId});