summaryrefslogtreecommitdiff
path: root/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/TestDummy.qml
blob: ae30c811438eb424cc7379cb8beb0cc62467b618 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0
import QtTest 1.0

TestCase {
    name: "HalloBallo"
    function test_bla() {
        verify(true, "verifying true");
    }
}