- Timestamp:
- 06/18/07 16:20:16 (19 months ago)
- Location:
- trunk/t
- Files:
-
- 3 modified
-
15_template.t (modified) (2 diffs)
-
58_navbar_common_locales_categories.t (modified) (1 diff)
-
59_preferences.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/t/15_template.t
r1040 r1091 6 6 use OpenGuides::Template; 7 7 use OpenGuides::Test; 8 use Test::More tests => 2 8;8 use Test::More tests => 29; 9 9 10 10 my $config = OpenGuides::Test->make_basic_config; … … 51 51 unlike( $output, qr/^Content-Type: text\/html/, 52 52 "Content-Type header omitted if content_type arg explicitly blank" ); 53 54 $output = OpenGuides::Template->output( 55 wiki => $wiki, 56 config => $config, 57 template => "15_test.tt", 58 noheaders => 1, 59 http_response => 500 60 ); 61 62 unlike( $output, qr/^Status: /, 63 "Headers omitted if noheaders arg given" ); 53 64 54 65 $output = OpenGuides::Template->output( -
trunk/t/58_navbar_common_locales_categories.t
r1086 r1091 33 33 config => $guide->config, 34 34 template => "preferences.tt", 35 content_type => '',35 noheaders => 1, 36 36 vars => { 37 37 not_editable => 1, -
trunk/t/59_preferences.t
r1085 r1091 60 60 config => $config, 61 61 template => "preferences.tt", 62 content_type => '',62 noheaders => 1, 63 63 vars => { 64 64 not_editable => 1,
