Skip to content

Commit

Permalink
Item9003: so I didn't relise that it needs to end in 'Tests.pm' harumpf
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@7366 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed May 11, 2010
1 parent b5f2adc commit b04175e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test/unit/FuncTests.pm 0644
test/unit/FuncUsersTests.pm 0644
test/unit/HierarchicalWebsTests.pm 0644
test/unit/HoistREsTests.pm 0644
test/unit/HTMLValidation.pm 0644
test/unit/HTMLValidationTests.pm 0644
test/unit/InitFormTests.pm 0644
test/unit/Iterator.pm 0755
test/unit/LoadedRevTests.pm 0755
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use strict;

package HTMLValidation;
package HTMLValidationTests;

#this has been quickly copied from the UICompilation tests
#TODO: need to pick a list of topics, actions, opps's and add detection of installed skins
Expand Down Expand Up @@ -31,6 +31,8 @@ sub set_up {
'show-warnings' => 1,
'accessibility-check' => 0,
});
print STDERR "HTML::Tidy Version: ".$HTML::Tidy::VERSION."\n";
#print STDERR "libtidy Version: ".HTML::Tidy::libtidy_version()."\n";

$this->SUPER::set_up();
}
Expand Down

0 comments on commit b04175e

Please sign in to comment.