Add test suite.
authorJan Schneider <jan@horde.org>
Fri, 17 Sep 2010 11:18:01 +0000 (13:18 +0200)
committerJan Schneider <jan@horde.org>
Fri, 17 Sep 2010 12:29:18 +0000 (14:29 +0200)
commitc48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
treefbff5b76349f5d6faa8a441cb996bbdcfd5e0a47
parentfd79ead4ccac1deacb12cbe772fca627e3eccc97
Add test suite.
20 files changed:
.gitignore
framework/Ldap/test/Horde/Ldap/AllTests.php [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/EntryTest.php [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/ExampleTest.php [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/FilterTest.php [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/LdapTest.php [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/LdifTest.php [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/SearchTest.php [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/TestBase.php [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/UtilTest.php [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/conf.php.dist [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/fixtures/changes.ldif [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/fixtures/malformed_encoding.ldif [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/fixtures/malformed_syntax.ldif [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/fixtures/malformed_wrapping.ldif [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/fixtures/sorted_w40.ldif [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/fixtures/sorted_w50.ldif [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w30.ldif [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w50.ldif [new file with mode: 0644]
framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w50_WIN.ldif [new file with mode: 0644]