mirror of https://github.com/apache/openjpa.git
OPENJPA-834 removed @AllowFailure from xmlmapping testcase
committing patch provided by Milosz Tylenda git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@734833 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9e78d8caae
commit
7ce5b0dad8
|
@ -103,7 +103,6 @@ public class TestXMLCustomerOrder
|
||||||
em.close();
|
em.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
@AllowFailure
|
|
||||||
public void testXMLFieldInEntity() {
|
public void testXMLFieldInEntity() {
|
||||||
if (!enabled)
|
if (!enabled)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue