From e7d0824421e69b8e7cc8e4266258e86d2444f36e Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Thu, 6 Jul 2017 18:26:34 +0300 Subject: [PATCH] Rename tests to UnitTestApp (#4520) --- tests/app/App_Resources/Android/values/strings.xml | 5 +++++ tests/package.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 tests/app/App_Resources/Android/values/strings.xml diff --git a/tests/app/App_Resources/Android/values/strings.xml b/tests/app/App_Resources/Android/values/strings.xml new file mode 100644 index 000000000..e04effe66 --- /dev/null +++ b/tests/app/App_Resources/Android/values/strings.xml @@ -0,0 +1,5 @@ + + + UnitTestApp + UnitTestApp + \ No newline at end of file diff --git a/tests/package.json b/tests/package.json index 8a7019c35..870ba0f52 100644 --- a/tests/package.json +++ b/tests/package.json @@ -4,12 +4,12 @@ "readme": "NativeScript Application", "repository": "", "nativescript": { - "id": "org.nativescript.tests", + "id": "org.nativescript.UnitTestApp", "tns-ios": { - "version": "3.0.0" + "version": "3.1.1" }, "tns-android": { - "version": "3.0.1" + "version": "3.1.1" } }, "dependencies": {