Skip to content

Commit 520bdf2

Browse files
author
Natalia-Hristova
committed
fix test - jar in plugin
1 parent c420fc3 commit 520bdf2

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

data/issues/android-runtime-pr-905/app.js

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ In NativeScript, the app.js file is the entry point to your application.
33
You can use this file to perform app-level initialization, but the primary
44
purpose of the file is to pass control to the app’s first module.
55
*/
6-
7-
require("./bundle-config");
86
var application = require("application");
97

108
com.example.lib.myClass.doSomethingMethodFromJar("jar file loaded!")

tests/emulator/run_android_tests.py

-3
Original file line numberDiff line numberDiff line change
@@ -513,9 +513,6 @@ def test_360_tns_run_android_with_jar_file_in_plugin(self):
513513
https://github.com/NativeScript/android-runtime/pull/905
514514
"""
515515

516-
# Create app
517-
Tns.create_app(self.app_name)
518-
519516
# Add .jar file in plugin and modify the app to reference it
520517
custom_jar_file = os.path.join('data', 'issues', 'android-runtime-pr-905', 'customLib.jar')
521518
modules_widgets = os.path.join(self.app_name, 'node_modules', 'tns-core-modules-widgets', 'platforms', 'android')

0 commit comments

Comments
 (0)