Skip to content
Snippets Groups Projects
Commit 567aad0c authored by srosse's avatar srosse
Browse files

no-jira: fix forum test order

parent a645486f
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,9 @@ import org.apache.http.util.EntityUtils;
import org.codehaus.jackson.map.ObjectMapper;
import org.codehaus.jackson.type.TypeReference;
import org.junit.Before;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
import org.olat.core.commons.persistence.DBFactory;
import org.olat.core.id.Identity;
import org.olat.core.util.FileUtils;
......@@ -75,6 +77,7 @@ import org.olat.test.JunitTestHelper;
import org.olat.test.OlatJerseyTestCase;
import org.springframework.beans.factory.annotation.Autowired;
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class ForumTest extends OlatJerseyTestCase {
private static Forum forum;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment