test-schema: fix tests

This commit is contained in:
Clément Fournier 2022-08-10 17:26:20 +02:00
parent 8a41e13bdb
commit 2977bd8764
No known key found for this signature in database
GPG Key ID: 4D8D42402E4F47E2

View File

@ -82,7 +82,7 @@ public class TestSchemaParserTest {
assertEquals(1, parsed.getTests().size());
MatcherAssert.assertThat(errStreamCaptor.getLog(), containsString(" 6| <test-code regressionTest='false'>\n"
+ " ^^^^^^^^^^^^^^ Attribute 'regressionTest' is deprecated, use 'ignored' with inverted value\n"));
+ " ^^^^^^^^^^^^^^ Attribute 'regressionTest' is deprecated, use 'disabled' with inverted value\n"));
}
@Test