You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.137
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
parent
e9207cf623
commit
ef583813eb
@ -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;
|
||||
|
Reference in New Issue
Block a user