Merge pull request #3069 from NativeScript/tab-view-test

Add more detailed error message to TabView test testAndroidOffscreenT…
This commit is contained in:
Rossen Hristov
2016-11-11 09:51:58 +02:00
committed by GitHub

View File

@@ -304,7 +304,7 @@ export class TabViewTest extends testModule.UITest<tabViewModule.TabView> {
}
}
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 () {