Ignore:
Timestamp:
01/27/12 05:38:55 (4 months ago)
Author:
PaulHarvey
Message:

Item11456: Remove leftover code

File:
1 edited

Legend:

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

    r13794 r13837  
    237237    #SMELL: Without this call, getPreferences returns BEFORE 
    238238    Foswiki::Func::pushTopicContext( $this->{test_web}, 'Tropic' ); 
    239  
    240     my $newMeta = 
    241       Foswiki::Meta->load( $this->{session}, $this->{test_web}, "Tropic" ); 
    242     $this->assert_matches( qr\B4SAVE\, $newMeta->text() ); 
    243     $this->assert_str_equals( 'Wibble', $newMeta->get('WIBBLE')->{wibble} ); 
    244     $this->assert_str_equals( "AFTER",  $newMeta->getPreference("BLAH") ); 
    245239 
    246240    $this->assert_str_equals( "AFTER", 
Note: See TracChangeset for help on using the changeset viewer.