mirror of
https://github.com/QRouland/UTPass.git
synced 2024-11-12 18:52:39 +00:00
11 lines
169 B
QML
11 lines
169 B
QML
import QtTest 1.0
|
|
import Ubuntu.Test 1.0
|
|
import Gpg 1.0
|
|
|
|
UbuntuTestCase {
|
|
name: "GpgTests"
|
|
function test_empty_gnuhome() {
|
|
Gpg::getListIds().empty()
|
|
}
|
|
}
|