Revision 5734eafe
Added by Andreas Müller almost 6 years ago
cdmlib-services/src/test/java/eu/etaxonomy/cdm/validation/ValidationTest.java | ||
---|---|---|
22 | 22 |
|
23 | 23 |
import org.apache.log4j.Logger; |
24 | 24 |
import org.junit.Before; |
25 |
import org.junit.Ignore; |
|
26 | 25 |
import org.junit.Test; |
27 | 26 |
import org.unitils.dbunit.annotation.DataSet; |
28 | 27 |
import org.unitils.spring.annotation.SpringBeanByType; |
... | ... | |
134 | 133 |
*/ |
135 | 134 |
@Test |
136 | 135 |
@DataSet |
137 |
@Ignore // |
|
138 | 136 |
public final void testLevel3ValidationWithValidName() { |
139 | 137 |
name.setGenusOrUninomial("Abies"); |
140 | 138 |
name.setSpecificEpithet("balsamea"); |
... | ... | |
152 | 150 |
*/ |
153 | 151 |
@Test |
154 | 152 |
@DataSet |
155 |
@Ignore |
|
156 | 153 |
public final void testLevel3ValidationWithInValidName() { |
157 | 154 |
name.setGenusOrUninomial("Abies"); |
158 | 155 |
name.setSpecificEpithet("alba"); |
Also available in: Unified diff
fix #6409 remove Ignores from ValidationTest, seems to be fixed by removing subclasses