Changeset 13816


Ignore:
Timestamp:
01/24/12 13:03:07 (4 weeks ago)
Author:
PaulHarvey
Message:

Item11431: Improper Foswiki::Meta->new.. readTopic

File:
1 edited

Legend:

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

    r13794 r13816  
    859859 
    860860    my ($meta) = 
    861       Foswiki::Func::readTopic( $this->{test_web}, $this->{test_topic}, "One" ); 
     861      Foswiki::Func::readTopic( $this->{test_web}, $this->{test_topic} ); 
     862    $meta->text("One"); 
    862863    $meta->attach( 
    863864        name    => "testfile.gif", 
Note: See TracChangeset for help on using the changeset viewer.