Skip to content

Commit ec635ba

Browse files
committedDec 15, 2011
Update File.t for starman
1 parent 081310f commit ec635ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎wre/t/File.t

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ is(-f file($recursiveDir2."/ab/a")->stringify, 1, "recursive copy() subdirectory
8787

8888

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

9494

0 commit comments

Comments
 (0)
Please sign in to comment.