Browse Source

adjusted unit test

pull/53/merge
Siegfried Pammer 12 years ago
parent
commit
4c8a3129e8
  1. 2
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Tests/Designer/SetPropertyTests.cs

2
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Tests/Designer/SetPropertyTests.cs

@ -30,7 +30,7 @@ namespace ICSharpCode.WpfDesign.Tests.Designer
AssertCanvasDesignerOutput("<Button Width=\"100\" Height=\"200\" Content=\"{StaticResource ResourceKey=MyBrush}\" />", button.Context); AssertCanvasDesignerOutput("<Button Width=\"100\" Height=\"200\" Content=\"{StaticResource ResourceKey=MyBrush}\" />", button.Context);
} }
[Test, Ignore("x-Namespace is not resolved properly and properties are not present in XAML DOM")] [Test, Ignore("Properties are not present in XAML DOM")]
public void SetContentToXStatic() public void SetContentToXStatic()
{ {
DesignItem button = CreateCanvasContext("<Button Width='100' Height='200'/>"); DesignItem button = CreateCanvasContext("<Button Width='100' Height='200'/>");

Loading…
Cancel
Save