Merge branch 'bug_8924' into 3.12-master
This commit is contained in:
commit
70487e8740
1 changed files with 0 additions and 3 deletions
|
@ -16,7 +16,6 @@ find({
|
|||
$m =~ s{^.*/C4/}{C4/};
|
||||
$m =~ s{/}{::}g;
|
||||
return if $m =~ /Auth_with_ldap/; # Dont test this, it will fail on use
|
||||
return if $m =~ /Cache/; # Cache modules are a WIP, add the tests back when we are using them more
|
||||
return if $m =~ /SIP/; # SIP modules will not load clean
|
||||
return if $m =~ /C4::VirtualShelves$/; # Requires a DB
|
||||
return if $m =~ /C4::Auth$/; # DB
|
||||
|
@ -25,9 +24,7 @@ find({
|
|||
return if $m =~ /C4::Auth_with_cas/; # DB
|
||||
return if $m =~ /C4::BackgroundJob/; # DB
|
||||
return if $m =~ /C4::UploadedFile/; # DB
|
||||
return if $m =~ /C4::Record/; # DB
|
||||
return if $m =~ /C4::Reports::Guided/; # DB
|
||||
return if $m =~ /C4::Serials/; # DB
|
||||
return if $m =~ /C4::VirtualShelves::Page/; # DB
|
||||
return if $m =~ /C4::Members::Statistics/; # DB
|
||||
use_ok($m) || BAIL_OUT("***** PROBLEMS LOADING FILE '$m'");
|
||||
|
|
Loading…
Reference in a new issue