From a7a145f87dc48b749164898342dd9465fa633ee6 Mon Sep 17 00:00:00 2001 From: vhristov5555 Date: Thu, 12 Mar 2020 09:54:08 +0200 Subject: [PATCH] Fix error activity test --- tests/runtimes/android/error_activity_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtimes/android/error_activity_tests.py b/tests/runtimes/android/error_activity_tests.py index 479a8afe..2c7213bf 100644 --- a/tests/runtimes/android/error_activity_tests.py +++ b/tests/runtimes/android/error_activity_tests.py @@ -143,7 +143,7 @@ def test_400_no_error_activity_in_release_builds(self): self.emulator.is_text_visible('Exception') else: regex_to_check = r"""System\.err: Error: Kill the app! -.+System\.err: File: \(file:\/\/\/]data\/data\/org\.nativescript\.TestApp\/files\/app\/bundle\.js:\d+:\d+\) +.+System\.err: File: \(file:\/\/\/data\/data\/org\.nativescript\.TestApp\/files\/app\/bundle\.js:\d+:\d+\) .+System\.err:.+ .+System\.err: StackTrace:.+ .+System\.err:.+\(file:\/\/\/data\/data\/org\.nativescript\.TestApp\/files\/app\/bundle\.js:\d+:\d+\)