Skip to content

Commit

Permalink
(forgot to actually move the #184 test under failing/)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 14, 2024
1 parent 747837f commit e89f250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package org.codehaus.stax.test.vstream;
package failing;

import javax.xml.stream.*;

import org.codehaus.stax.test.SimpleResolver;
import org.codehaus.stax.test.vstream.BaseVStreamTest;

/**
* Currently failing case(s) of {@code ExternalSubsetTest}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @author Tatu Saloranta
*/
abstract class BaseVStreamTest
public abstract class BaseVStreamTest
extends BaseStreamTest
{
protected XMLStreamReader getValidatingReader(String contents)
Expand Down

0 comments on commit e89f250

Please sign in to comment.