Skip to content

Commit 3ec1583

Browse files
committed
Move failing test for #91 under failing
1 parent 6e3acf2 commit 3ec1583

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/test/java/stax2/stream/TestExtLocationInfo.java renamed to src/test/java/failing/TestExtLocationInfo91.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package stax2.stream;
1+
package failing;
22

33
import org.codehaus.stax2.LocationInfo;
44
import org.codehaus.stax2.XMLStreamReader2;
@@ -12,11 +12,12 @@
1212
* Set of unit tests that checks that the {@link LocationInfo} implementation
1313
* works as expected, provides proper values or -1 to indicate "don't know".
1414
*/
15-
public class TestExtLocationInfo
15+
public class TestExtLocationInfo91
1616
extends BaseStax2Test
1717
{
1818
final static String URI = "main.xml";
1919
final static String INCL_URI = "include.xml";
20+
2021
/**
2122
* This document fragment tries ensure that external entities works ok
2223
*/
@@ -37,12 +38,10 @@ public class TestExtLocationInfo
3738
"<include></include>"; // first char: 0; row 1
3839
// EOF, fc: 19; row 1
3940

40-
41-
41+
// For [woodstox-core#91]
4242
public void testLocationsWithExtEntity()
4343
throws XMLStreamException
4444
{
45-
4645
XMLResolver resolver = new XMLResolver() {
4746
@Override
4847
public Object resolveEntity(String publicID, String systemID, String baseURI, String namespace) throws XMLStreamException {

0 commit comments

Comments
 (0)