Project

General

Profile

Download (487 Bytes) Statistics
| Branch: | Tag: | Revision:
1

    
2
package eu.etaxonomy.cdm.api.service;
3

    
4

    
5
import org.junit.Ignore;
6

    
7
import eu.etaxonomy.cdm.test.integration.CdmIntegrationTest;
8

    
9
/**
10
 * NOTE: Removing MediaServiceImplTest led to problems with term loading, especially
11
 * eu.etaxonomy.cdm.api.service.TaxonServiceImplTest.testMakeTaxonSynonym() is failing.
12
 * Therefore we kept this dummy class.
13
 * It is still unclear what the reason is. See ticket #2397
14
 * 
15
 */
16
@Ignore
17
public class MediaServiceImplTest extends CdmIntegrationTest{
18
	
19
}
(5-5/13)