Increase unit test delta to 0.5

This commit is contained in:
Rossen Hristov
2016-03-21 11:36:12 +02:00
parent fe3d176dd6
commit 220cc627d2

View File

@ -723,7 +723,7 @@ export var test_getLocationOnScreen_IsUndefinedWhenNotInTheVisualTree = function
TKUnit.assertNull(label.getLocationOnScreen());
}
var delta = 0.1;
var delta = 0.5;
export var test_getLocationRelativeToOtherView = function () {
var a1 = new absoluteLayoutModule.AbsoluteLayout();
a1.width = 200;