Changeset 13819


Ignore:
Timestamp:
01/25/12 03:22:38 (4 weeks ago)
Author:
PaulHarvey
Message:

Item11431: Fix creating invalid test_topicObject

Conflicts:

test/unit/FoswikiTestCase.pm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UnitTestContrib/test/unit/FoswikiTestCase.pm

    r13795 r13819  
    741741    $this->{request} = $this->{session}{request}; 
    742742    ASSERT( defined $Foswiki::Plugins::SESSION ) if SINGLE_SINGLETONS; 
    743     if ($this->{test_web} && $this->{test_topic}) { 
    744         ( $this->{test_topicObject} ) = 
    745             Foswiki::Func::readTopic( $this->{test_web}, $this->{test_topic} ); 
     743    if ( $this->{test_web} && $this->{test_topic} ) { 
     744        ( $this->{test_topicObject} ) = 
     745          Foswiki::Func::readTopic( $this->{test_web}, $this->{test_topic} ); 
    746746    } 
    747747 
Note: See TracChangeset for help on using the changeset viewer.