document test that needs to be written for 100% coverage of Style.pm

This commit is contained in:
Colin Kuskie 2007-03-09 22:19:24 +00:00
parent cee8757c5c
commit f9aff0cb98

View file

@ -19,7 +19,7 @@ use WebGUI::Asset;
use WebGUI::VersionTag;
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;
my $session = WebGUI::Test->session;
@ -311,6 +311,20 @@ $session->setting->set('preventProxyCache', $origPreventProxyCache);
##No accessor
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