document test that needs to be written for 100% coverage of Style.pm
This commit is contained in:
parent
cee8757c5c
commit
f9aff0cb98
1 changed files with 15 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ use WebGUI::Asset;
|
||||||
use WebGUI::VersionTag;
|
use WebGUI::VersionTag;
|
||||||
use WebGUI;
|
use WebGUI;
|
||||||
|
|
||||||
use Test::More tests => 57; # increment this value for each test you create
|
use Test::More tests => 58; # increment this value for each test you create
|
||||||
use Test::Deep;
|
use Test::Deep;
|
||||||
|
|
||||||
my $session = WebGUI::Test->session;
|
my $session = WebGUI::Test->session;
|
||||||
|
|
@ -311,6 +311,20 @@ $session->setting->set('preventProxyCache', $origPreventProxyCache);
|
||||||
##No accessor
|
##No accessor
|
||||||
is($session->http->{_http}{cacheControl}, 'none', 'process: HTTP cacheControl set to none to prevent proxying');
|
is($session->http->{_http}{cacheControl}, 'none', 'process: HTTP cacheControl set to none to prevent proxying');
|
||||||
|
|
||||||
|
####################################################
|
||||||
|
#
|
||||||
|
# process
|
||||||
|
# Style Template meta data
|
||||||
|
#
|
||||||
|
####################################################
|
||||||
|
|
||||||
|
|
||||||
|
TODO: {
|
||||||
|
local $TODO = "needed process tests";
|
||||||
|
ok(0, 'check that meta data in the style template is placed in the style when session->setting->get(metaDataEnabled) is set');
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
####################################################
|
####################################################
|
||||||
#
|
#
|
||||||
# process
|
# process
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue