Warning, /plasma/discover/discover/autotests/appstreamUrl.qml is written in an unsupported language. File is not indexed.

0001 import QtQuick 2.0
0002 import QtTest 1.1
0003 
0004 DiscoverTest
0005 {
0006     function test_open() {
0007         verify(appRoot.stack.currentItem, "has a loading page");
0008         compare(appRoot.stack.currentItem.title, "techie1", "same title");
0009         compare(appRoot.stack.currentItem.application.packageName, "techie1", "pkgname");
0010     }
0011 }