Ignore:
Timestamp:
01/27/12 06:10:57 (4 months ago)
Author:
PaulHarvey
Message:

Item11456: Foswiki 1.1 has no ::Address, ::Access

File:
1 edited

Legend:

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

    r13791 r13841  
    270270    ( $this->{test_topicObject} ) = 
    271271      Foswiki::Func::readTopic( $this->{test_web}, $this->{test_topic} ); 
     272    $this->expect_failure( 'Foswiki 1.1 has no Foswiki::Address', 
     273        with_dep => 'Foswiki,<,1.2' ); 
    272274 
    273275    return; 
Note: See TracChangeset for help on using the changeset viewer.