Skip to content

Commit

Permalink
Item11390: EmptyPlugin manifest has changed.
Browse files Browse the repository at this point in the history
The latest version of EmptyPlugin includes VarEXAMPLETAG. The Configure
tests were checking the count of files in the manifest.

git-svn-id: http://svn.foswiki.org/trunk@13514 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Dec 26, 2011
1 parent 643cefd commit 449edb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/ConfigureTests.pm
Expand Up @@ -1845,7 +1845,7 @@ qr#Unable to find EmptyPlugin locally in (.*) ...fetching installer from http://

my @files = $pkg->listFiles();
$this->assert_num_equals(
3,
4,
scalar @files,
"Unexpected number of files in EmptyPlugin manifest"
);
Expand Down

0 comments on commit 449edb7

Please sign in to comment.