package org.alfresco; import junit.framework.Test; import junit.framework.TestSuite; /** * See {@link Repository01TestSuite} * * @author Tom Page */ public class Repository69TestSuite extends TestSuite { public static Test suite() { TestSuite suite = new TestSuite(); Repository01TestSuite.tests69(suite); return suite; } }