- deleting tests corresponding to CDA handler. (deleted in previous commit)

- deleting stuff referencing CDA in the MANIFEST file
This commit is contained in:
David COUTADEUR 2014-03-31 15:53:17 +00:00
parent d0b69019f1
commit e40020674a
2 changed files with 0 additions and 17 deletions

View File

@ -12,7 +12,6 @@ example/scripts/purgeLocalCache
example/scripts/purgeLocalCache.cron.d
lib/Lemonldap/NG/Handler.pm
lib/Lemonldap/NG/Handler/AuthBasic.pm
lib/Lemonldap/NG/Handler/CDA.pm
lib/Lemonldap/NG/Handler/CGI.pm
lib/Lemonldap/NG/Handler/Menu.pm
lib/Lemonldap/NG/Handler/Proxy.pm
@ -35,7 +34,6 @@ t/10-Lemonldap-NG-Handler-SharedConf.t
t/11-Lemonldap-NG-Handler-Status.t
t/12-Lemonldap-NG-Handler-Safe.t
t/13-Lemonldap-NG-Handler-Fake-Safe.t
t/20-Lemonldap-NG-Handler-CDA.t
t/30-Lemonldap-NG-Handler-CGI.t
t/40-Lemonldap-NG-Handler-Proxy.t
t/50-Lemonldap-NG-Handler-SecureToken.t

View File

@ -1,15 +0,0 @@
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl Lemonldap-NG-Handler-CDA.t'
#########################
# change 'tests => 1' to 'tests => last_test_to_print';
use Test::More tests => 1;
BEGIN { use_ok('Lemonldap::NG::Handler::CDA') }
#########################
# Insert your test code below, the Test::More module is use()ed here so read
# its man page ( perldoc Test::More ) for help writing this test script.