Revision 523a6c95
Added by Andreas Müller almost 3 years ago
cdmlib-remote/src/test/java/eu/etaxonomy/cdm/remote/dto/assembler/lsid/AssemblerTest.java | ||
---|---|---|
223 | 223 |
13, taxonConcept.getHasRelationship().size()); |
224 | 224 |
} |
225 | 225 |
|
226 |
@Ignore |
|
227 | 226 |
@Test |
228 | 227 |
public void testLazyInitializationExceptionWithProxy() throws Exception { |
229 | 228 |
|
... | ... | |
263 | 262 |
taxonConcept.getHasRelationship().isEmpty()); |
264 | 263 |
} |
265 | 264 |
|
266 |
@Ignore |
|
267 | 265 |
@Test |
268 | 266 |
public void testSpeciesProfileModelMapping() { |
269 | 267 |
|
... | ... | |
275 | 273 |
assertEquals(speciesProfileModel.getHasInformation().size(),2); |
276 | 274 |
} |
277 | 275 |
|
278 |
@Ignore |
|
279 | 276 |
@Test |
280 | 277 |
public void testSimpleDarwinCoreMapping() { |
281 | 278 |
|
... | ... | |
293 | 290 |
assertEquals(Rank.SPECIES().getLabel(), simpleDarwinRecord.getTaxonRank()); |
294 | 291 |
} |
295 | 292 |
|
296 |
@Ignore |
|
297 | 293 |
@Test |
298 | 294 |
public void testOAIDublinCoreMapping() { |
299 | 295 |
|
cdmlib-remote/src/test/java/eu/etaxonomy/cdm/remote/view/OaiPmhViewTest.java | ||
---|---|---|
22 | 22 |
import org.joda.time.DateTime; |
23 | 23 |
import org.joda.time.format.ISODateTimeFormat; |
24 | 24 |
import org.junit.Before; |
25 |
import org.junit.Ignore; |
|
26 | 25 |
import org.junit.Test; |
27 | 26 |
import org.springframework.mock.web.MockHttpServletRequest; |
28 | 27 |
import org.springframework.mock.web.MockHttpServletResponse; |
... | ... | |
149 | 148 |
// XMLAssert.assertXMLEqual(new InputStreamReader(this.getClass().getResourceAsStream(resource)),new StringReader(new String(response.getContentAsByteArray()))); |
150 | 149 |
} |
151 | 150 |
|
152 |
@Ignore |
|
153 | 151 |
@Test |
154 | 152 |
public void testGetRecordView() throws Exception { |
155 | 153 |
|
... | ... | |
171 | 169 |
// System.out.println(new String(response.getContentAsByteArray())); |
172 | 170 |
} |
173 | 171 |
|
174 |
@Ignore |
|
175 | 172 |
@Test |
176 | 173 |
public void testRdfGetRecordView() throws Exception { |
177 | 174 |
|
... | ... | |
221 | 218 |
// System.out.println(new String(response.getContentAsByteArray())); |
222 | 219 |
} |
223 | 220 |
|
224 |
@Ignore |
|
225 | 221 |
@Test |
226 | 222 |
public void testListIdentifiersView() throws Exception { |
227 | 223 |
|
... | ... | |
258 | 254 |
// System.out.println(new String(response.getContentAsByteArray())); |
259 | 255 |
} |
260 | 256 |
|
261 |
@Ignore |
|
262 | 257 |
@Test |
263 | 258 |
public void testListRecordsView() throws Exception { |
264 | 259 |
|
Also available in: Unified diff
fix #5095 unignore tests (remaining 2 tests in AssemblerTest are caused by changes in #6324)