X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a67ad20f388cd35487a7a9d46a003e39e1f402aa..68bfe305c33c1f440b3eeaedb5a9b98c3ae490d6:/t/controllers/base/render.t diff --git a/t/controllers/base/render.t b/t/controllers/base/render.t index 3d5bad0e5..753c1cb52 100644 --- a/t/controllers/base/render.t +++ b/t/controllers/base/render.t @@ -1,6 +1,6 @@ use strict; use Test::Exception; -use Test::More; +use Test::More tests => 19; use Test::Output; use lib 't'; @@ -14,12 +14,6 @@ no warnings 'uninitialized'; Support::TestSetup::login(); -if (!Support::TestSetup::templates_cache_writable()) { - plan skip_all => 'Cache dir not writable for this test'; -} else { - plan tests => 19; -} - sub reset_test_env { $ENV{HTTP_USER_AGENT} = 'Perl Tests';