From c632f9d4aaaa646866c7571a4c26de767dcb5723 Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Fri, 11 Nov 2016 09:51:26 +0200 Subject: [PATCH] Add more detailed error message to TabView test testAndroidOffscreenTabLimit_Default --- tests/app/ui/tab-view/tab-view-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/ui/tab-view/tab-view-tests.ts b/tests/app/ui/tab-view/tab-view-tests.ts index 10e57f275..8d5f2958e 100644 --- a/tests/app/ui/tab-view/tab-view-tests.ts +++ b/tests/app/ui/tab-view/tab-view-tests.ts @@ -304,7 +304,7 @@ export class TabViewTest extends testModule.UITest { } } - TKUnit.assertTrue(viewsWithoutParent > viewsWithParent, "Most of the views should be recycled!"); + TKUnit.assertTrue(viewsWithoutParent > viewsWithParent, `Most of the views should be recycled: viewsWithoutParent = ${viewsWithoutParent}; viewsWithParent = ${viewsWithParent};`); } public testAndroidOffscreenTabLimit_KeepAllAlive = function () {