From 0c04b8cc4021934bbd6e0bd12788396689f65864 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Tue, 18 Aug 2015 23:18:16 +0100 Subject: Fix unit-tests, expected output changed, so update the tests. --- autotests/kconfig_compiler/test9.h.ref | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'autotests/kconfig_compiler/test9.h.ref') diff --git a/autotests/kconfig_compiler/test9.h.ref b/autotests/kconfig_compiler/test9.h.ref index f2290f87..9bcf0001 100644 --- a/autotests/kconfig_compiler/test9.h.ref +++ b/autotests/kconfig_compiler/test9.h.ref @@ -20,7 +20,7 @@ class Test9 : public KConfigSkeleton */ void setMyStringList( const QStringList & v ) { - if (!isImmutable( QString::fromLatin1( "MyStringList" ) )) + if (!isImmutable( QStringLiteral( "MyStringList" ) )) mMyStringList = v; } @@ -37,7 +37,7 @@ class Test9 : public KConfigSkeleton */ void setMyPathList( const QStringList & v ) { - if (!isImmutable( QString::fromLatin1( "MyPathList" ) )) + if (!isImmutable( QStringLiteral( "MyPathList" ) )) mMyPathList = v; } @@ -54,7 +54,7 @@ class Test9 : public KConfigSkeleton */ void setMyPathsList2( const QStringList & v ) { - if (!isImmutable( QString::fromLatin1( "MyPathsList2" ) )) + if (!isImmutable( QStringLiteral( "MyPathsList2" ) )) mMyPathsList2 = v; } -- cgit v1.2.1