Enabling ViewEngine and Localization tests which use expanders. The issues are fixed in the mono beta 4.0.4.
This commit is contained in:
parent
f2db0d1483
commit
9915ea3809
|
|
@ -46,17 +46,13 @@ mypartial
|
||||||
</fr-language-layout>";
|
</fr-language-layout>";
|
||||||
yield return new[] { "fr", expected2 };
|
yield return new[] { "fr", expected2 };
|
||||||
|
|
||||||
if (!TestPlatformHelper.IsMono)
|
var expected3 =
|
||||||
{
|
@"<language-layout>
|
||||||
// https://github.com/aspnet/Mvc/issues/2759
|
|
||||||
var expected3 =
|
|
||||||
@"<language-layout>
|
|
||||||
index
|
index
|
||||||
partial
|
partial
|
||||||
mypartial
|
mypartial
|
||||||
</language-layout>";
|
</language-layout>";
|
||||||
yield return new[] { "!-invalid-!", expected3 };
|
yield return new[] { "!-invalid-!", expected3 };
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -144,13 +144,9 @@ gb-partial";
|
||||||
fr-partial";
|
fr-partial";
|
||||||
yield return new[] { "fr", expected2 };
|
yield return new[] { "fr", expected2 };
|
||||||
|
|
||||||
if (!TestPlatformHelper.IsMono)
|
var expected3 = @"expander-index
|
||||||
{
|
|
||||||
// https://github.com/aspnet/Mvc/issues/2759
|
|
||||||
var expected3 = @"expander-index
|
|
||||||
expander-partial";
|
expander-partial";
|
||||||
yield return new[] { "!-invalid-!", expected3 };
|
yield return new[] { "!-invalid-!", expected3 };
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -294,11 +290,7 @@ View With Layout
|
||||||
|
|
||||||
yield return new[] { "en-GB", expected1 };
|
yield return new[] { "en-GB", expected1 };
|
||||||
|
|
||||||
if (!TestPlatformHelper.IsMono)
|
yield return new[] { "!-invalid-!", expected1 };
|
||||||
{
|
|
||||||
// https://github.com/aspnet/Mvc/issues/2759
|
|
||||||
yield return new[] { "!-invalid-!", expected1 };
|
|
||||||
}
|
|
||||||
|
|
||||||
var expected2 =
|
var expected2 =
|
||||||
@"<fr-language-layout>
|
@"<fr-language-layout>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue