Project

General

Profile

Download (577 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.cdm.api.service;
2

    
3
import static org.junit.Assert.assertNotNull;
4

    
5
import org.junit.Ignore;
6
import org.junit.Test;
7

    
8
/**
9
 * Dummy class. Original class has been moved to model.strategy.
10
 * This empty class needs to stay here to avoid test error with
11
 * transient terms.
12
 * Can be removed once this issue is fixed in the tests
13
 */
14

    
15
@Ignore
16
public class IdentificationKeyGeneratorTTT {
17

    
18
//*************************** TESTS *********************** /
19

    
20

    
21
	@Test
22
	public void testInvoke() {
23
		assertNotNull("Key should exist.","");
24
	}
25

    
26

    
27
}
(11-11/31)