Skip to content
Snippets Groups Projects
Commit 1a281138 authored by cramakri's avatar cramakri
Browse files

LMS-1343 Reordered editing tests -- moved generic experiment editor test to end.

SVN: 14556
parent d9b14a96
No related branches found
No related tags found
No related merge requests found
......@@ -50,11 +50,11 @@ public class EditingTestSuite extends GWTTestSuite
// (NS_ERROR_DOM_SECURITY_ERR): Security error on CC
// testSuite.addTestSuite(GenericExperimentRegistrationTest.class);
testSuite.addTestSuite(GenericExperimentEditorTest.class);
testSuite.addTestSuite(EntityTypePropertyTypeAssignmentTest.class);
testSuite.addTestSuite(VocabularyRegistrationTest.class);
testSuite.addTestSuite(PropertyTypeRegistrationTest.class);
testSuite.addTestSuite(ProjectRegistrationTest.class);
testSuite.addTestSuite(GenericExperimentEditorTest.class);
return testSuite;
}
}
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