remove the print
This commit is contained in:
parent
136eba52df
commit
e1a494aabd
@ -128,7 +128,6 @@ public class ParsingUtilitiesTests extends RefineTest {
|
|||||||
StrSubstitutor sub = new StrSubstitutor(data);
|
StrSubstitutor sub = new StrSubstitutor(data);
|
||||||
String message = "The value ${value} in row ${row_number} and column ${column_number} is not type ${field_type} and format ${field_format}";
|
String message = "The value ${value} in row ${row_number} and column ${column_number} is not type ${field_type} and format ${field_format}";
|
||||||
String result = sub.replace(message);
|
String result = sub.replace(message);
|
||||||
System.out.println("XXXXXXXX:" + result);
|
|
||||||
Assert.assertTrue(result.contains("1234"));
|
Assert.assertTrue(result.contains("1234"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user