On 05/13/2011 04:27 AM, 许凌志(Jamesxu) wrote:
Hi, I run all the test under
xwiki-enterprise-test-wysiwyg again, still got
2 failures and 22 errors, I upload it to google doc:
https://docs.google.com/document/pub?id=1kh5emfmiMlcEkNUKOfxyZSyj9rRV0EjR8y…
There are a lot of "com.thoughtworks.selenium.Wait$WaitTimedOutException:
The specified tree node, Blog, is not present!" errors, anyone can tell me
why
Are you sure you are running the tests against the latest XWiki
Enterprise snapshot? I recently changed the XWiki Explorer tree
specifically to fix those kind of test errors/failures. It's easy to
check: edit a page in WYSIWYG edit mode and create a link to a wiki
page. If the wiki page nodes in the tree have tool tips and the page
name is used as node label then your snapshot includes my fix. Otherwise
you have to stop any running XE instance and use
mvn -U clean install -Dpattern=ClassOfTestInError -Dpattern=testInError
to run just the failing/error tests against the latest snapshot (which
will be downloaded).
Hope this helps,
Marius