Item358: WysiwygPlugin/TranslatorTests.pm uses HTML::Diff for nothing
Priority: Normal
Current State: Closed
Released In:
Target Release: n/a
* Failed to use
TranslatorTests: Can't locate HTML/Diff.pm in @INC (@INC contains: ../../bin...) at core/test/unit/WysiwygPlugin/TranslatorTests.pm line 1729.
HTML::Diff is not used in this test, thus removing it doesn't hurt.
According to the code, HTML::Diff seems to be used by the tests, but I just couldn't find any which needed it, and only TranslatorTests from Wysiwyg uses it.
The documentation seems to assume TestFixturePlugin needs it, but after checking the code, TestFixturePlugin uses Algorithm::Diff, not HTML::Diff.
I'll remove it if no-one objects. And I'll fix the documentation, etc..., of course!
--
OlivierRaginel - 30 Nov 2008
I used it for a while back when I first started writing tests that compare HTML, but abandoned it due to the number of bugs. As long as nothing breaks you can remove it.
--
CrawfordCurrie - 01 Dec 2008