mirror of https://github.com/apache/maven.git
avoid looking for text which is internationalized
This commit is contained in:
parent
8d94508851
commit
89a22f180d
|
@ -63,7 +63,7 @@ public class MavenITmng3477DependencyResolutionErrorMessageTest
|
|||
List<String> lines = verifier.loadLines( verifier.getLogFileName(), "UTF-8" );
|
||||
for ( String line : lines )
|
||||
{
|
||||
if ( line.matches( ".*org.apache.maven.its.mng3477:dep:jar:1.0.*Connection refused.*" ) )
|
||||
if ( line.matches( ".*org.apache.maven.its.mng3477:dep:jar:1.0.*Connection to .* refused.*" ) )
|
||||
{
|
||||
foundCause = true;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue