Revision 217236bc
Added by Andreas Kohlbecker about 4 years ago
src/test/java/eu/etaxonomy/cdm/vaadin/presenter/EditConceptRelationshipPresenterTest.java | ||
---|---|---|
57 | 57 |
@Test |
58 | 58 |
public void testLoadTaxonRelationshipTypeContainer() throws SQLException { |
59 | 59 |
CdmSQLContainer container = ecrp.loadTaxonRelationshipTypeContainer(); |
60 |
Assert.assertEquals(27, container.size());
|
|
60 |
Assert.assertEquals(31, container.size());
|
|
61 | 61 |
} |
62 | 62 |
|
63 | 63 |
|
Also available in: Unified diff
adapting test to modified number of TaxonRelationshipTypes