Delete one unittest - not needed

This commit is contained in:
hshristov
2015-04-07 14:42:01 +03:00
parent 710c423609
commit 0386d07604

View File

@ -248,9 +248,4 @@ export var test_SettingStretch_none = function () {
}
helper.buildUIAndRunTest(image, testFunc);
}
export var test_src_property_affects_layout = function () {
var sourceProperty = ImageModule.Image.imageSourceProperty;
TKUnit.assertEqual(sourceProperty.metadata.affectsLayout, true, "sourceProperty should invalidate layout");
}