Changeset 5347 for branches/scratch/pharvey/WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm
- Timestamp:
- 10/22/09 03:54:35 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scratch/pharvey/WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm
r5310 r5347 41 41 my $CANNOTWYSIWYG = 1 << 3; # test that notWysiwygEditable returns true 42 42 # and make the ROUNDTRIP test expect failure 43 44 # SMELL: Accomodates the temporary work-around for Item2254, for when TML2HTML 45 # is wrapping content in <div></div> 46 my $Item2254start = '<div>'; 47 my $Item2254end = '</div>'; 43 48 44 49 # Note: ROUNDTRIP is *not* the same as the combination of … … 2161 2166 $this->TML_HTMLconverterOptions() 2162 2167 ); 2168 2169 # SMELL: Item2254 temporary work-around requires TML2HTML to wrap output 2170 # in <div></div>. 2171 if (($Item2254start) and ($Item2254end)) { 2172 $tx = ($tx =~ /^$Item2254start(.*)$Item2254end$/mxs)[0]; 2173 } 2163 2174 2164 2175 $this->assert_html_equals( $html, $tx );
Note: See TracChangeset
for help on using the changeset viewer.
