Changeset 4434


Ignore:
Timestamp:
07/04/09 16:04:51 (3 years ago)
Author:
MichaelTempest
Message:

Item1798: Add a unit test to make sure WysiwygPlugin does not cause this problem in isolation (i.e. isolated from the browser and its wysiwyg editor).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm

    r3986 r4434  
    16971697</table> 
    16981698<span class="WYSIWYG_PROTECTED"><br />%TABLESEP%</span> 
     1699<span class="WYSIWYG_PROTECTED"><br />%SEARCH{"legacy" nonoise="on" format="| [[\$topic]] | [[\$wikiname]] |"}%</span> 
     1700THERE 
     1701    }, 
     1702    { 
     1703        name => 'Item1798', 
     1704        exec => $ROUNDTRIP | $TML2HTML, 
     1705        tml  => <<HERE, 
     1706| [[LegacyTopic1]] | Main.SomeGuy | 
     1707%SEARCH{"legacy" nonoise="on" format="| [[\$topic]] | [[\$wikiname]] |"}% 
     1708HERE 
     1709        html => <<THERE, 
     1710<table cellspacing="1" cellpadding="0" border="1"> 
     1711<tr><td><span class="WYSIWYG_LINK">[[LegacyTopic1]]</span></td><td>Main.SomeGuy</td></tr> 
     1712</table> 
    16991713<span class="WYSIWYG_PROTECTED"><br />%SEARCH{"legacy" nonoise="on" format="| [[\$topic]] | [[\$wikiname]] |"}%</span> 
    17001714THERE 
Note: See TracChangeset for help on using the changeset viewer.