Skip to content

Commit

Permalink
Do not skip TestW3CSchemaComplexTypes because it is passing #2 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jan 12, 2024
1 parent 125b423 commit b853557
Showing 1 changed file with 1 addition and 3 deletions.
@@ -1,4 +1,4 @@
package failing;
package wstxtest.vstream;

import javax.xml.stream.XMLStreamException;

Expand All @@ -7,8 +7,6 @@
import org.codehaus.stax2.validation.XMLValidationException;
import org.codehaus.stax2.validation.XMLValidationSchema;

import wstxtest.vstream.BaseValidationTest;

public class TestW3CSchemaComplexTypes
extends BaseValidationTest
{
Expand Down

0 comments on commit b853557

Please sign in to comment.