Commit cae6a37
authored
test: fix erratic error FileNotFoundException: http://.../catalog.dtd (#1963)
Addresses erratic runtime exceptions because of catalog.dtd temporarily
not being available online:
```py
java.io.FileNotFoundException:
http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:2010)
at ...
at java.xml/javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:206)
at org.eclipse.wildwebdeveloper.tests.TestXML.testXMLCatalogHttpsUriIncluded(TestXML.java:388)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
```1 parent 2998f13 commit cae6a37
File tree
1 file changed
+4
-2
lines changed- org.eclipse.wildwebdeveloper.tests/src/org/eclipse/wildwebdeveloper/tests
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | | - | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
389 | 391 | | |
390 | 392 | | |
391 | 393 | | |
| |||
0 commit comments