mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Increase unit test delta to 0.5
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user