Skip to content

Commit

Permalink
Item9693: Fix unit test associated with CDot modification of the docu…
Browse files Browse the repository at this point in the history
…mentation

git-svn-id: http://svn.foswiki.org/trunk@11576 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed Apr 28, 2011
1 parent d0ab250 commit 3dc5065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnitTestContrib/test/unit/Fn_INCLUDE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ sub test_docInclude {
my $text = $this->{test_topicObject}->expandMacros("%INCLUDE{doc:$class}%");
my $expected = <<"EXPECTED";
---+ package Foswiki::IncludeHandlers::doc
---+ =package= Foswiki::IncludeHandlers::doc
This package is designed to be lazy-loaded when Foswiki sees
an INCLUDE macro with the doc: protocol. It implements a single
method INCLUDE.
method INCLUDE which generates perl documentation for a Foswiki class.
EXPECTED
$this->assert_str_equals( $expected, $text );
Expand Down

0 comments on commit 3dc5065

Please sign in to comment.