Skip to content

Commit

Permalink
Update File.t for starman
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Dec 15, 2011
1 parent 081310f commit ec635ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wre/t/File.t
Expand Up @@ -87,8 +87,8 @@ is(-f file($recursiveDir2."/ab/a")->stringify, 1, "recursive copy() subdirectory


# processTemplate
my $content = "This is my modperl port: [% modperlPort %].";
my $evaluatedContent = "This is my modperl port: 8081.";
my $content = "This is my starmsn port: [% starmanPort %].";
my $evaluatedContent = "This is my starman port: 8081.";
is(${$file->processTemplate(\$content)}, $evaluatedContent, "processTemplate() with scalarref");


Expand Down

0 comments on commit ec635ba

Please sign in to comment.