You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fail("should fail to load dictionary with external DTD");
683
-
} catch (ConfigErrore) {
684
-
assertEquals("External DTD: Failed to read external DTD 'mathml.dtd', because 'http' access is not allowed due to restriction set by the accessExternalDTD property.", e.getCause().getCause().getMessage());
684
+
try {
685
+
newDataDictionary("FIX_External_DTD.xml");
686
+
fail("should fail to load dictionary with external DTD");
687
+
} catch (ConfigErrore) {
688
+
assertEquals("External DTD: Failed to read external DTD 'mathml.dtd', because 'http' access is not allowed due to restriction set by the accessExternalDTD property.", e.getCause().getCause().getMessage());
0 commit comments