Skip to content

Regression

org.eclipse.jpt.common.utility.tests.internal.XMLToolsWriteTests.testAddSimpleTextNodeIntDefaultValue2 (from org.eclipse.jpt.common.utility.tests.internal.JptCommonUtilityTests)

Failing for the past 1 build (Since #97 )
Took 0 ms.

Error Message

expected:<....0" encoding="UTF-8"[?><root-element> <element-0>foo</element-0> <element-1>42</element-1> </root-element>]> but was:<....0" encoding="UTF-8"[ standalone="no"?> <root-element> <element-0>foo</element-0> <element-1>42</element-1> </root-element> ]>

Stacktrace

junit.framework.ComparisonFailure: expected:<....0" encoding="UTF-8"[?><root-element> <element-0>foo</element-0> <element-1>42</element-1> </root-element>]> but was:<....0" encoding="UTF-8"[ standalone="no"?> <root-element> <element-0>foo</element-0> <element-1>42</element-1> </root-element> ]>
	at org.eclipse.jpt.common.utility.tests.internal.XMLToolsWriteTests.verifyTestDocumentString(XMLToolsWriteTests.java:91)
	at org.eclipse.jpt.common.utility.tests.internal.XMLToolsWriteTests.testAddSimpleTextNodeIntDefaultValue2(XMLToolsWriteTests.java:121)