Revision 2007cfdb
devide Endnote invoke test in 2 parts
cdmlib-io/src/test/java/eu/etaxonomy/cdm/io/reference/EndnoteRecordsImportTest.java | ||
---|---|---|
69 | 69 |
} |
70 | 70 |
|
71 | 71 |
@Test |
72 |
public void testDoInvokeWithoutExceptions() { |
|
73 |
defaultImport.invoke(configurator); |
|
74 |
} |
|
75 |
|
|
76 |
@Test |
|
77 |
@Ignore("Import does not fully work yet") |
|
72 | 78 |
public void testDoInvoke() { |
73 | 79 |
boolean result = defaultImport.invoke(configurator); |
74 | 80 |
//TODO result is still false |
75 | 81 |
logger.warn("No real testing for endnote import yet"); |
76 |
// Assert.assertTrue("Return value for import.invoke() should be true", result);
|
|
82 |
Assert.assertTrue("Return value for import.invoke() should be true", result); |
|
77 | 83 |
// assertEquals("Number of TaxonNames should be 5", 5, nameService.count()); |
78 | 84 |
} |
79 | 85 |
} |
Also available in: Unified diff