Hi Denis,
On 05/21/2010 04:44 PM, Denis Gervalle wrote:
[snip]
a WYSIWYG editor that does not allow simple
left/center/right alignment
Some of the WYSIWYG editor features (including text alignment) are not
enabled by default in the standard XWiki Enterprise distribution. All
features are listed on
http://platform.xwiki.org/xwiki/bin/view/Features/WysiwygEditor .
[snip]
As we all do, and I am also curious to know what
others have to say on our
discussion.
I agree with Vincent when he says that the most difficult part is
setting up the test environment and the test framework. Writing tests
afterwards is easy and gives me a lot of confidence. Thus I think we
should focus on what is the best way to test each part of XWiki rather
than on arguing if making a feature available to the user early is
better than waiting till we have enough tests to be confident that that
feature meets a desired level of quality.
Denis, regarding testing live table features that are not present
anywhere in XE's documents, you can use the test setup to insert a
custom live table in a wiki page. For the WYSIWYG editor we enable all
the editing features during test setup to be able to test them all
(including alignment ;) ). For specific interactions that are not used
yet on XE but only on client projects we insert the editor in a wiki
page with custom configuration.
Thanks,
Marius