DB-dependent tests moved
authorGalen Charlton <galen.charlton@liblime.com>
Tue, 8 Jan 2008 18:57:31 +0000 (12:57 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 8 Jan 2008 20:07:38 +0000 (14:07 -0600)
commit156cbf4eb6daadbc1e96be0c600ab1279dd9c25b
treee6252553a701fd61a9c0473749402465b3d02351
parenta49b1e07bc61ab51570366834484733c760ef3de
DB-dependent tests moved

Moved test cases that depend on the DBMS and having
an initialized Koha database to a subdirectory
of t so that they will not be swept up into
the default 'make test'.  Goal is to have
these DB-dependent tests runnable either via
a special make target or perhaps from the
web installer.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
14 files changed:
t/Acquisition.t [deleted file]
t/Auth.t [deleted file]
t/Auth_with_ldap.t [deleted file]
t/Context.t [deleted file]
t/LDAP/example3.ldif [deleted file]
t/LDAP/test_ldap_add.pl [deleted file]
t/VirtualShelves.t [deleted file]
t/db_dependent/Acquisition.t [new file with mode: 0755]
t/db_dependent/Auth.t [new file with mode: 0755]
t/db_dependent/Auth_with_ldap.t [new file with mode: 0755]
t/db_dependent/Context.t [new file with mode: 0755]
t/db_dependent/LDAP/example3.ldif [new file with mode: 0644]
t/db_dependent/LDAP/test_ldap_add.pl [new file with mode: 0755]
t/db_dependent/VirtualShelves.t [new file with mode: 0755]