summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/android_deployment_settings/tst_android_deployment_settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/android_deployment_settings/tst_android_deployment_settings.cpp')
-rw-r--r--tests/auto/other/android_deployment_settings/tst_android_deployment_settings.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/other/android_deployment_settings/tst_android_deployment_settings.cpp b/tests/auto/other/android_deployment_settings/tst_android_deployment_settings.cpp
index d68d08b58e..f8428aaf43 100644
--- a/tests/auto/other/android_deployment_settings/tst_android_deployment_settings.cpp
+++ b/tests/auto/other/android_deployment_settings/tst_android_deployment_settings.cpp
@@ -76,6 +76,8 @@ void tst_android_deployment_settings::DeploymentSettings_data()
<< "1";
QTest::newRow("android-target-sdk-version") << "android-target-sdk-version"
<< "2";
+ QTest::newRow("android-package-name") << "android-package-name"
+ << "org.qtproject.android_deployment_settings_test";
}
void tst_android_deployment_settings::DeploymentSettings()