Skip to content

Commit

Permalink
[#241 state:resolved] This is what I get when I run it on my web site…
Browse files Browse the repository at this point in the history
… host, which runs Linux:

$ prove t/66-templatecache.t
t/66-templatecache.t .. ok
All tests successful.
Files=1, Tests=3, 14 wallclock secs ( 0.07 usr  0.01 sys + 12.14 cusr  0.57 csys = 12.79 CPU)
Result: PASS
  • Loading branch information
Mike committed Sep 23, 2010
1 parent 6557ca1 commit bbe8f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/66-templatecache.t
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ $include->save;

my $tmpl = MT::Template->new;
$tmpl->blog_id($blog->id);
$tmpl->type('archive');
$tmpl->text('<mt:include module="Included Template">');
my $ctx = MT::Template::Context->new;
my $out1 = $tmpl->build($ctx, {});
Expand Down

0 comments on commit bbe8f42

Please sign in to comment.