Skip to content

Commit

Permalink
Item11431: You'd think if $queryobj->can, it should
Browse files Browse the repository at this point in the history
Passes individually, fails from FoswikiSuite :-(

git-svn-id: http://svn.foswiki.org/trunk@13823 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Jan 25, 2012
1 parent a387b45 commit 4fba21a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions UnitTestContrib/test/unit/HierarchicalWebsTests.pm
Expand Up @@ -310,7 +310,6 @@ sub test_url_parameters {
$topicObject->save();
$topicObject->finish();

$topicquery->finish if $topicquery->can('finish');
$topicquery = Unit::Request->new(
{
action => 'view',
Expand All @@ -325,7 +324,6 @@ sub test_url_parameters {
$this->assert_str_equals( $testWebSubWeb, $this->{session}->{topicName} );

# try a query with a non-existant topic in the subweb.
$topicquery->finish if $topicquery->can('finish');
$topicquery = Unit::Request->new(
{
action => 'view',
Expand Down

0 comments on commit 4fba21a

Please sign in to comment.