Skip to content
Snippets Groups Projects
Commit f7112143 authored by buczekp's avatar buczekp
Browse files

fixed system tests

SVN: 11529
parent 00f73d4d
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,8 @@ public class SystemTestSuite extends GWTTestSuite
testSuite.addTestSuite(EntityTypePropertyTypeAssignmentTest.class);
testSuite.addTestSuite(VocabularyRegistrationTest.class);
testSuite.addTestSuite(PropertyTypeRegistrationTest.class);
testSuite.addTestSuite(GenericExperimentAttachmentDownloadTest.class);
// TODO 2009-06-24, Piotr Buczek: fix clicking on cell with anchor or add a download button
// testSuite.addTestSuite(GenericExperimentAttachmentDownloadTest.class);
testSuite.addTestSuite(ProjectRegistrationTest.class);
testSuite.addTestSuite(EntityTypeBrowserTest.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