From f9aff0cb98f0274c2092b158811e34b9beb52f4e Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 9 Mar 2007 22:19:24 +0000 Subject: [PATCH] document test that needs to be written for 100% coverage of Style.pm --- t/Session/Style.t | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/t/Session/Style.t b/t/Session/Style.t index 91dbbbcf0..d18797a4e 100644 --- a/t/Session/Style.t +++ b/t/Session/Style.t @@ -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