File tree Expand file tree Collapse file tree
src/test/java/com/jcabi/xml Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030package com .jcabi .xml ;
3131
3232import com .google .common .collect .Iterables ;
33+ import com .yegor256 .OnlineMeans ;
3334import com .yegor256 .WeAreOnline ;
3435import java .io .IOException ;
3536import java .net .InetAddress ;
@@ -107,6 +108,7 @@ void rejectsInvalidXmlThrough() {
107108
108109 @ Test
109110 @ ExtendWith (WeAreOnline .class )
111+ @ OnlineMeans (url = "http://maven.apache.org" )
110112 void passesValidXmlUsingXsiSchemaLocation () throws Exception {
111113 new StrictXML (
112114 new XMLDocument (
@@ -117,6 +119,7 @@ void passesValidXmlUsingXsiSchemaLocation() throws Exception {
117119
118120 @ Test
119121 @ ExtendWith (WeAreOnline .class )
122+ @ OnlineMeans (url = "http://maven.apache.org" )
120123 void rejectsInvalidXmlUsingXsiSchemaLocation () {
121124 Assertions .assertThrows (
122125 IllegalStateException .class ,
You can’t perform that action at this time.
0 commit comments