mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding aditional UT.
--HG-- branch : dev
This commit is contained in:
@@ -242,6 +242,9 @@ namespace Orchard.Tests.Modules.Widgets.Services {
|
|||||||
Assert.That(widgetPart3.Position, Is.EqualTo(Position3), "Widget remained in the same position");
|
Assert.That(widgetPart3.Position, Is.EqualTo(Position3), "Widget remained in the same position");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Test, Ignore("Fix when possible")]
|
||||||
|
public void GetLayerWidgetsTest() {
|
||||||
|
LayerPart layerPart = _widgetService.CreateLayer(LayerName1, LayerDescription1, "");
|
||||||
_contentManager.Flush();
|
_contentManager.Flush();
|
||||||
|
|
||||||
// same zone widgets
|
// same zone widgets
|
||||||
|
Reference in New Issue
Block a user