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:
parent
dadee80aa8
commit
66a7c2e389
|
|
@ -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 };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue