From 54b21cf54c51dfe40784a8096f84c7a80b015bd4 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 9 Mar 2015 13:19:47 +0000 Subject: Removed spaces inside parenthesis. --- t/test-ldap-probe.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 't/test-ldap-probe.rb') diff --git a/t/test-ldap-probe.rb b/t/test-ldap-probe.rb index 63e95a3..70b616b 100755 --- a/t/test-ldap-probe.rb +++ b/t/test-ldap-probe.rb @@ -29,12 +29,12 @@ class TestLDAPProbe < Test::Unit::TestCase test = nil assert_nothing_raised do - test = Custodian::TestFactory.create( "auth.bytemark.co.uk must run ldap on 389 with username 'testing' with password 'bob' otherwise 'LDAP dead?'." ) + test = Custodian::TestFactory.create("auth.bytemark.co.uk must run ldap on 389 with username 'testing' with password 'bob' otherwise 'LDAP dead?'.") end - assert( test.kind_of? Array ) - assert( ! test.empty? ) - assert_equal( test[0].get_type, 'ldap' ) + assert(test.kind_of? Array) + assert(! test.empty?) + assert_equal(test[0].get_type, 'ldap') end @@ -57,10 +57,10 @@ class TestLDAPProbe < Test::Unit::TestCase # data.each do |str| assert_raise ArgumentError do - test = Custodian::TestFactory.create( str ) + test = Custodian::TestFactory.create(str) - assert( test.kind_of? Array ) - assert( ! test.empty? ) + assert(test.kind_of? Array) + assert(! test.empty?) end end -- cgit v1.2.1