From 238c9b0e37781dcc0e85b4503c2116e725ddfe17 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Thu, 10 May 2012 17:36:44 +1000 Subject: qxmlquery: Update incorrect test data for incorrect test. The test is converting bytearray data to a string value, this is correct when compared against the test data, but not when compared against the comments in the code. This started to fail due to the default QString codec changing from latin1 to utf8. Task-number: QTBUG-25711 Change-Id: Ied540bdadb395de388de7baadc99217ff4acf734 Reviewed-by: Honglei Zhang --- tests/auto/qxmlquery/pushBaselines/allAtomics.ref | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/auto/qxmlquery/pushBaselines/allAtomics.ref b/tests/auto/qxmlquery/pushBaselines/allAtomics.ref index ddb5bc7..77aceaa 100644 --- a/tests/auto/qxmlquery/pushBaselines/allAtomics.ref +++ b/tests/auto/qxmlquery/pushBaselines/allAtomics.ref @@ -28,8 +28,8 @@ atomicValue() atomicValue() atomicValue() atomicValue(true) -atomicValue(i¦š) -atomicValue(ÿÿ) +atomicValue(i��) +atomicValue(��) atomicValue(http://example.com/) atomicValue() atomicValue(An xs:string) -- cgit v1.2.1