qtmobility/tests/auto/qvcard30writer/tst_qvcard30writer.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/tests/auto/qvcard30writer/tst_qvcard30writer.cpp	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/tests/auto/qvcard30writer/tst_qvcard30writer.cpp	Wed Jun 23 19:08:38 2010 +0300
@@ -160,7 +160,7 @@
 
     // Value is base64 encoded.
     QByteArray value("value");
-    expectedResult = "Springfield.HOUSE.PHOTO;ENCODING=B:" + value.toBase64() + "\r\n";
+    expectedResult = "Springfield.HOUSE.PHOTO;ENCODING=b:" + value.toBase64() + "\r\n";
     QStringList groups(QString::fromAscii("Springfield"));
     groups.append(QString::fromAscii("HOUSE"));
     property.setGroups(groups);