File tree 1 file changed +2
-2
lines changed
src/test/java/org/apache/maven/report/projectinfo 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
import com .meterware .httpunit .WebConversation ;
31
31
import com .meterware .httpunit .WebRequest ;
32
32
import com .meterware .httpunit .WebResponse ;
33
-
34
33
import org .apache .maven .plugin .testing .SilentLog ;
35
34
import org .apache .maven .report .projectinfo .stubs .SubProject1Stub ;
36
35
import org .codehaus .plexus .util .ReflectionUtils ;
@@ -124,6 +123,7 @@ protected String getPOM() {
124
123
125
124
assertFalse (
126
125
"Variable 'sitePublishLocation' should be interpolated" ,
127
- new String (Files .readAllBytes (getGeneratedReport ("modules.html" ).toPath ()), StandardCharsets .UTF_8 ).contains ("sitePublishLocation" ));
126
+ new String (Files .readAllBytes (getGeneratedReport ("modules.html" ).toPath ()), StandardCharsets .UTF_8 )
127
+ .contains ("sitePublishLocation" ));
128
128
}
129
129
}
You can’t perform that action at this time.
0 commit comments