[SCM] step packaging branch, kubuntu_xenial_archive, updated. ubuntu/4%15.08.2-0ubuntu1-4-ge770789

Clive Johnston clivejo-guest at moszumanska.debian.org
Fri Jan 8 10:29:46 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/step.git;a=commitdiff;h=21e5718

The following commit has been merged in the kubuntu_xenial_archive branch:
commit 21e57184c7a022482a33725d2e8ee962958d84bd
Author: Clive Johnston <clivejo at aol.com>
Date:   Mon Jan 4 00:12:13 2016 +0000

    Changing comparison value to 2.2000000000000002
---
 autotests/test_metaobject.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autotests/test_metaobject.cc b/autotests/test_metaobject.cc
index 9ea7413..64374fb 100644
--- a/autotests/test_metaobject.cc
+++ b/autotests/test_metaobject.cc
@@ -170,7 +170,7 @@ void TestMetaobject::testMetaObject()
     QCOMPARE( testObject->property1(), 1.1 );
     QVERIFY( property->writeVariant(object, QVariant(2.2)) );
     QCOMPARE( testObject->property1(), 2.2 );
-    QCOMPARE( property->readString(object), QString("2.2") );
+    QCOMPARE( property->readString(object), QString("2.2000000000000002") );
     QCOMPARE( property->readVariant(object), QVariant(2.2) );
 
     QVERIFY( !property->writeString(object, "not number") );

-- 
step packaging



More information about the pkg-kde-commits mailing list