Changeset 13822


Ignore:
Timestamp:
01/25/12 05:07:15 (4 weeks ago)
Author:
PaulHarvey
Message:

Item11431: You'd think if $queryobj->can, it should

Passes individually, fails from FoswikiSuite :-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x01/UnitTestContrib/test/unit/HierarchicalWebsTests.pm

    r13794 r13822  
    311311    $topicObject->finish(); 
    312312 
    313     $topicquery->finish if $topicquery->can('finish'); 
    314313    $topicquery = Unit::Request->new( 
    315314        { 
     
    326325 
    327326    # try a query with a non-existant topic in the subweb. 
    328     $topicquery->finish if $topicquery->can('finish'); 
    329327    $topicquery = Unit::Request->new( 
    330328        { 
Note: See TracChangeset for help on using the changeset viewer.