Comment 4 for bug 1567840

Revision history for this message
Tim Peeters (tpeeters) wrote : Re: tst_datepicker generates segfault

I get segfault with this:

import QtQuick 2.0
import QtTest 1.0
import Ubuntu.Test 1.2
import Ubuntu.Components 1.1
import Ubuntu.Components.Pickers 1.0

but the segfault is gone with:

import QtQuick 2.0
import QtTest 1.0
import Ubuntu.Test 1.3
import Ubuntu.Components 1.1
import Ubuntu.Components.Pickers 1.0

tst_datepicker13.qml updates all the import versions (including Ubuntu.Test), so that one does not crash.