Changeset 12816
- Timestamp:
- 10/20/11 15:36:18 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x01/UnitTestContrib/test/unit/FormattingTests.pm
r12761 r12816 1276 1276 } 1277 1277 1278 sub test_externalLinkWithImageUrl { 1279 my $this = shift; 1280 my $expected = <<EXPECTED; 1281 <a href="$this->{sup}/$this->{test_web}/$this->{test_topic}" class="foswikiCurrentTopicLink" > 1282 <img alt="foswiki-logo.gif" src="http://foswiki.org/pub/System/ProjectLogos/foswiki-logo.gif" /> 1283 </a> 1284 EXPECTED 1285 1286 my $actual = <<ACTUAL; 1287 [[$this->{test_topic}][http://foswiki.org/pub/System/ProjectLogos/foswiki-logo.gif]] 1288 ACTUAL 1289 $this->do_test( $expected, $actual ); 1290 } 1291 1278 1292 1;
Note: See TracChangeset
for help on using the changeset viewer.
