/**
* @return the suit of tests containing all the test cases for office importer.
*/
public static Test suite()
{
XWikiTestSuite suite = new XWikiTestSuite("Tests importing of standard document types");
suite.addTestSuite(StandardDocumentImportTest.class, AlbatrossSkinExecutor.class);
return suite;
}