Browse Source

Fix failing WiX tests due to changes in wix.targets schema.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3095 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 17 years ago
parent
commit
679734ea11
  1. 2
      src/AddIns/BackendBindings/WixBinding/Test/PackageFiles/WixSchemaTests.cs

2
src/AddIns/BackendBindings/WixBinding/Test/PackageFiles/WixSchemaTests.cs

@ -45,6 +45,7 @@ namespace WixBinding.Tests.PackageFiles @@ -45,6 +45,7 @@ namespace WixBinding.Tests.PackageFiles
}
[Test]
[Ignore("Src attribute is no longer deprecated")]
public void SrcAttributeExcluded()
{
string[] attributes = schema.GetAttributeNames("Directory");
@ -55,6 +56,7 @@ namespace WixBinding.Tests.PackageFiles @@ -55,6 +56,7 @@ namespace WixBinding.Tests.PackageFiles
}
[Test]
[Ignore("No longer deprecated")]
public void UpgradeImageDeprecatedAttributes()
{
string[] attributes = schema.GetDeprecatedAttributes("UpgradeImage");

Loading…
Cancel
Save