Project

General

Profile

« Previous | Next » 

Revision d9853ce6

Added by Andreas Müller over 3 years ago

cleanup

View differences:

src/test/java/eu/etaxonomy/cdm/vaadin/presenter/EditConceptRelationshipPresenterTest.java
34 34
/**
35 35
 * @author cmathew
36 36
 * @since 13 Apr 2015
37
 *
38 37
 */
39 38
@DataSets({
40 39
    @DataSet(loadStrategy=CleanSweepInsertLoadStrategy.class),
......
42 41
})
43 42
public class EditConceptRelationshipPresenterTest extends CdmVaadinBaseTest {
44 43

  
44
    @SuppressWarnings("unused")
45 45
    private static final Logger logger = Logger.getLogger(EditConceptRelationshipPresenterTest.class);
46

  
46 47
    public static EditConceptRelationshipPresenter ecrp;
47 48

  
48 49
    private static List<String> FROM_TAXON_INIT_STRATEGY = Arrays.asList(new String []{
......
60 61
        Assert.assertEquals(30, container.size());
61 62
    }
62 63

  
63

  
64 64
    @Test
65 65
    public void testCreateRelationship() {
66 66
        UUID fromTaxonUuid = UUID.fromString("77e7d93e-75c6-4dd4-850d-7b5809654378");
......
126 126
        Assert.assertNotNull(tr);
127 127
        Assert.assertEquals(newToTaxonUuid, tr.getToTaxon().getUuid());
128 128
        Assert.assertEquals(oldRelTypeUuid, tr.getType().getUuid());
129

  
130 129
    }
131 130

  
132 131
    @Test
......
174 173
        }
175 174
        return null;
176 175
    }
177
}
176
}

Also available in: Unified diff