package org.alfresco; import junit.framework.Test; import junit.framework.TestSuite; /** * See {@link Repository01TestSuite} * * @author Alexey Bogdanov */ public class Repository65TestSuite extends TestSuite { public static Test suite() { TestSuite suite = new TestSuite(); Repository01TestSuite.tests65(suite); return suite; } }