We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77b06f commit f1d8869Copy full SHA for f1d8869
src/test/scala/scala/xml/pull/XMLEventReaderTest.scala
@@ -40,7 +40,7 @@ class XMLEventReaderTest {
40
er.stop // allow thread to be garbage-collected
41
}
42
43
- @Test(expected = classOf[Exception])
+ @Test(expected = classOf[scala.xml.parsing.FatalError])
44
def missingTagTest: Unit = {
45
val data=
46
"""<?xml version="1.0" ?>
0 commit comments