66676869707172
addTestCase(suite, RegularUserTest.class); addTestCase(suite, ImportTest.class); addTestCase(suite, EmbedTest.class); addTestCase(suite, EditInlineTest.class); return new XWikiSeleniumTestSetup(new XWikiTestSetup(new WysiwygTestSetup(suite))); }
656667686970717273
// Selenium tests TestSuite seleniumSuite = new TestSuite(); addTestCaseSuite(seleniumSuite, LDAPAuthTest.class); suite.addTest(new XWikiSeleniumTestSetup(new XWikiLDAPTestSetup(seleniumSuite))); return new LDAPTestSetup(suite); }
67686970717273
// TODO: fix the commented test so that they succeed on our CI server. // Note that the test has been tested and works well on several computers. // addTestCase(suite, XWikiJavaScriptComponentsTest.class); return new XWikiSeleniumTestSetup(new XWikiTestSetup(suite)); }
65666768697071