Imported Upstream version 6.4.0.137

Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-07-26 19:53:28 +00:00
parent e9207cf623
commit ef583813eb
2712 changed files with 74169 additions and 40587 deletions

View File

@ -1371,7 +1371,9 @@ namespace MonoTests.System.Reflection
Assert.AreEqual ("B", fields.str);
}
#if !DISABLE_REMOTING
[Test]
[Category ("Remoting")]
public void GetValueContextBoundObject ()
{
var instance = new CBOTest ();
@ -1394,6 +1396,7 @@ namespace MonoTests.System.Reflection
}
[Test]
[Category ("Remoting")]
public void SetValueContextBoundObject ()
{
var instance = new CBOTest ();
@ -1419,6 +1422,7 @@ namespace MonoTests.System.Reflection
Assert.AreEqual (s2, "This is a string", "s2");
}
#endif
class CBOTest : ContextBoundObject {
public double d1 = 14.0;