mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +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());
|
TKUnit.assertNull(label.getLocationOnScreen());
|
||||||
}
|
}
|
||||||
|
|
||||||
var delta = 0.1;
|
var delta = 0.5;
|
||||||
export var test_getLocationRelativeToOtherView = function () {
|
export var test_getLocationRelativeToOtherView = function () {
|
||||||
var a1 = new absoluteLayoutModule.AbsoluteLayout();
|
var a1 = new absoluteLayoutModule.AbsoluteLayout();
|
||||||
a1.width = 200;
|
a1.width = 200;
|
||||||
|
Reference in New Issue
Block a user