Skip to content

Commit

Permalink
Item9003: mmm, WebHome doesn't exist - hardcoding to Main web for now…
Browse files Browse the repository at this point in the history
…, will change to add another test group of core topics..

git-svn-id: http://svn.foswiki.org/trunk@7375 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed May 12, 2010
1 parent 879864d commit f76b924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/HTMLValidationTests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ sub verify_switchboard_function {

my $testcase = 'HTMLValidation_'.$SCRIPT_NAME.'_'.$SKIN_NAME;

my ($status, $header, $text) = $this->call_UI_FN($this->{test_web}, 'WebHome');
my ($status, $header, $text) = $this->call_UI_FN('Main', 'WebHome');
#$this->assert_equals('200', $status);
# $this->assert_equals('', $header);
# $this->assert_equals('', $text);
Expand Down

0 comments on commit f76b924

Please sign in to comment.