Revert "Enabling ViewEngine and Localization tests which use expanders. The issues are fixed in the mono beta 4.0.4."

This reverts commit 9915ea3809.
This commit is contained in:
Ryan Nowak 2015-08-31 08:55:31 -07:00
parent dadee80aa8
commit 66a7c2e389
2 changed files with 18 additions and 6 deletions

View File

@ -46,13 +46,17 @@ mypartial
</fr-language-layout>";
yield return new[] { "fr", expected2 };
var expected3 =
@"<language-layout>
if (!TestPlatformHelper.IsMono)
{
// https://github.com/aspnet/Mvc/issues/2759
var expected3 =
@"<language-layout>
index
partial
mypartial
</language-layout>";
yield return new[] { "!-invalid-!", expected3 };
yield return new[] { "!-invalid-!", expected3 };
}
}
}

View File

@ -144,9 +144,13 @@ gb-partial";
fr-partial";
yield return new[] { "fr", expected2 };
var expected3 = @"expander-index
if (!TestPlatformHelper.IsMono)
{
// https://github.com/aspnet/Mvc/issues/2759
var expected3 = @"expander-index
expander-partial";
yield return new[] { "!-invalid-!", expected3 };
yield return new[] { "!-invalid-!", expected3 };
}
}
}
@ -290,7 +294,11 @@ View With Layout
yield return new[] { "en-GB", expected1 };
yield return new[] { "!-invalid-!", expected1 };
if (!TestPlatformHelper.IsMono)
{
// https://github.com/aspnet/Mvc/issues/2759
yield return new[] { "!-invalid-!", expected1 };
}
var expected2 =
@"<fr-language-layout>