diff --git a/lemonldap-ng-handler/MANIFEST b/lemonldap-ng-handler/MANIFEST index bdcaf6d54..34a2c2d33 100644 --- a/lemonldap-ng-handler/MANIFEST +++ b/lemonldap-ng-handler/MANIFEST @@ -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 diff --git a/lemonldap-ng-handler/t/20-Lemonldap-NG-Handler-CDA.t b/lemonldap-ng-handler/t/20-Lemonldap-NG-Handler-CDA.t deleted file mode 100644 index 794127806..000000000 --- a/lemonldap-ng-handler/t/20-Lemonldap-NG-Handler-CDA.t +++ /dev/null @@ -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. -