Browse Source

More Unittests

pull/586/head
jogibear9988 11 years ago
parent
commit
97d31ee03b
  1. 3
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Tests/Test.xaml
  2. 6
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Tests/WpfDesign.Tests.csproj
  3. 3
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Tests/XamlDom/SamplesTests.cs

3
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Tests/Test.xaml

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
</ResourceDictionary>

6
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Tests/WpfDesign.Tests.csproj

@ -102,5 +102,9 @@ @@ -102,5 +102,9 @@
<Name>WpfDesign.Designer</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Page Include="Test.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>

3
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Tests/XamlDom/SamplesTests.cs

@ -16,7 +16,6 @@ @@ -16,7 +16,6 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
using System;
using System.IO;
using ICSharpCode.WpfDesign.XamlDom;
using NUnit.Framework;
@ -363,7 +362,7 @@ bb @@ -363,7 +362,7 @@ bb
}
[Test]
[Ignore("To fix this Test, we need a special Handling for Setter class, because MS Xaml Parser casts the Value of a Setter to the PropertyType wich is defined in another Property!")]
//[Ignore("To fix this Test, we need a special Handling for Setter class, because MS Xaml Parser casts the Value of a Setter to the PropertyType wich is defined in another Property!")]
//Or maybe we need support for XamlSetTypeConverterAttribute, TypeConverterAttribute(typeof(SetterTriggerConditionValueConverter)), ...
public void ListBox2()
{

Loading…
Cancel
Save