mirror of
https://github.com/apache/maven.git
synced 2025-02-06 10:09:04 +00:00
avoid looking for text which is internationalized
This commit is contained in:
parent
8d94508851
commit
89a22f180d
@ -63,7 +63,7 @@ public void testit()
|
||||
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…
x
Reference in New Issue
Block a user