Ignore:
Timestamp:
01/25/12 03:53:27 (4 months ago)
Author:
PaulHarvey
Message:

Item11431: Improper Meta->new..readTopic conversion

Conflicts:

test/unit/ViewScriptTests.pm

File:
1 edited

Legend:

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

    r13814 r13821  
    130130        my ($topicObject) = 
    131131          Foswiki::Func::readTopic( $this->{test_subweb}, 
    132             $Foswiki::cfg{HomeTopicName}); 
    133         $topicObject->text( "SMELL" ); 
     132            $Foswiki::cfg{HomeTopicName} ); 
     133        $topicObject->text("SMELL"); 
    134134        $topicObject->save(); 
    135135        $topicObject->finish(); 
     
    145145    }; 
    146146    my ($topicObject) = 
    147       Foswiki::Func::readTopic( $this->{test_subweb}, $topic); 
     147      Foswiki::Func::readTopic( $this->{test_subweb}, $topic ); 
    148148    $topicObject->text('nested topci1 text'); 
    149149    $topicObject->save(); 
     
    151151 
    152152    #set up nested web _and_ topic called $this->{test_web}/ThisTopic 
    153     ($topicObject) = 
    154       Foswiki::Func::readTopic( $this->{test_web}, 'ThisTopic'); 
    155     $topicObject->text( 'nested ThisTopic text' ); 
     153    ($topicObject) = Foswiki::Func::readTopic( $this->{test_web}, 'ThisTopic' ); 
     154    $topicObject->text('nested ThisTopic text'); 
    156155    $topicObject->save(); 
    157156    $topicObject->finish(); 
Note: See TracChangeset for help on using the changeset viewer.