From 782ab30dee662bd24b008c2b8af25bd6e677c345 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 13 Feb 2013 10:30:49 +0000 Subject: Updated. --- t/test-ldap-probe.t | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 't') diff --git a/t/test-ldap-probe.t b/t/test-ldap-probe.t index 8a2b221..4e552b4 100755 --- a/t/test-ldap-probe.t +++ b/t/test-ldap-probe.t @@ -45,10 +45,11 @@ class TestLDAPProbe < Test::Unit::TestCase # # test data # - data = { + data = [ "foo.example.com must run ldap on 389.", - "foo.example.com must run ldap with username 'test'." - } + "foo.example.com must run ldap with username 'test'.", + "foo.example.com must run ldap with uername 'test' with password 'x'." + ] # # For each test -- cgit v1.2.3