garydgregory commented on PR #382: URL: https://github.com/apache/commons-configuration/pull/382#issuecomment-1999551723
@pingpingy1 This PR breaks the build: ``` Error: Failures: Error: TestDefaultConfigurationKey.testAppendDelimitersWithoutEscaping:134 expected: <key.test.more.tests> but was: <key........test.more...tests> Error: TestDefaultConfigurationKey.testConstructAttributeKeyWithoutEndMarkers:248 expected: <.test> but was: <.test]> Error: TestDefaultConfigurationKey.testIsAttributeKeyWithoutEndMarkers:319 expected: <true> but was: <false> Error: TestDefaultConfigurationKey.testIterateAttributeEqualsPropertyDelimiter:383 expected: <true> but was: <false> Error: TestDefaultConfigurationKey.testIterateWithoutEscapeDelimiter:455 expected: <my..elem.trailing..dot...strange> but was: <..my..elem.trailing..dot...strange> Error: TestDefaultExpressionEngine.testAttributeKeyWithAlternativeSyntax:284 expected: <@test> but was: <@test]> Error: TestDefaultExpressionEngine.testNodeKeyWithAlternativeSyntaxAttributePropertyDelimiter:378 expected: </test> but was: </test]> Error: TestDefaultExpressionEngine.testPrepareAddWithAlternativeSyntax:490 expected: <attr> but was: <@attr> Error: TestDefaultExpressionEngine.testQueryAlternativeSyntax:561->checkAttributeValue:137->checkKey:153->query:222 expected: <1> but was: <0> Error: TestDefaultExpressionEngine.testQueryAttributeEmulation:575->checkAttributeValue:137->checkKey:153->query:222 expected: <1> but was: <0> [INFO] Error: Tests run: 2881, Failures: 10, Errors: 0, Skipped: 2 ``` Please fix or close. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
