Revision 577e7532
fixing TcsRdfImportConfiguratorTest for running in suite
cdmlib-io/src/test/java/eu/etaxonomy/cdm/io/tcsrdf/TcsRdfImportConfiguratorTest.java | ||
---|---|---|
18 | 18 |
|
19 | 19 |
import org.junit.Assert; |
20 | 20 |
import org.junit.Before; |
21 |
import org.junit.Ignore; |
|
22 | 21 |
import org.junit.Test; |
22 |
import org.unitils.dbunit.annotation.DataSet; |
|
23 | 23 |
import org.unitils.spring.annotation.SpringBeanByName; |
24 | 24 |
import org.unitils.spring.annotation.SpringBeanByType; |
25 | 25 |
|
... | ... | |
33 | 33 |
* @created 29.01.2009 |
34 | 34 |
* @version 1.0 |
35 | 35 |
*/ |
36 |
@Ignore //TODO some strange Hibernate exceptions appear if running this test in maven (in line with other tests) |
|
37 | 36 |
public class TcsRdfImportConfiguratorTest extends CdmTransactionalIntegrationTest { |
38 | 37 |
|
39 | 38 |
@SpringBeanByName |
... | ... | |
65 | 64 |
} |
66 | 65 |
|
67 | 66 |
@Test |
67 |
@DataSet(value="../BlankDataSet.xml") |
|
68 | 68 |
public void testDoInvoke() { |
69 | 69 |
boolean result = defaultImport.invoke(configurator); |
70 | 70 |
assertTrue("Return value for import.invoke should be true", result); |
Also available in: Unified diff