Project

General

Profile

« Previous | Next » 

Revision 3237a360

Added by Cherian Mathew almost 9 years ago

Enable tests again

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/cdm/model/TaxonNameEditorTest.java
18 18
import org.apache.log4j.Logger;
19 19
import org.eclipse.core.commands.ExecutionException;
20 20
import org.junit.Assert;
21
import org.junit.BeforeClass;
22
import org.junit.Ignore;
23 21
import org.junit.Test;
24 22
import org.unitils.dbunit.annotation.DataSet;
25 23

  
......
42 40
 * @date 3 Feb 2015
43 41
 *
44 42
 */
45
@Ignore
43

  
46 44
@DataSet
47 45
public class TaxonNameEditorTest extends BaseOperationTest {
48 46

  
......
52 50
    ITaxonService taxonService = getRemoteApplicationController().getTaxonService();
53 51
    IClassificationService classificationService = getRemoteApplicationController().getClassificationService();
54 52

  
55

  
56

  
57

  
58 53
    Language english = Language.getLanguageFromUuid(Language.uuidEnglish);
59 54

  
60 55

  
61

  
62
    @BeforeClass
63
    public static void initializePolytomousKeyTest() {
64
    }
65

  
66

  
67 56
    @Test
68 57
    public void testAddHomotypicSynonym() throws ExecutionException {
69 58
        UUID taxonNodeUuid = UUID.fromString("ce54c396-3694-47f2-abb0-1d7b7e057985");

Also available in: Unified diff