You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.179
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
This commit is contained in:
committed by
Jo Shields
parent
183bba2c9a
commit
6992685b86
@ -424,7 +424,7 @@ namespace MonoTests.System.Runtime.Serialization.Formatters.Soap
|
||||
bool _bool2;
|
||||
byte _byte;
|
||||
char _char;
|
||||
DateTime _dateTime;
|
||||
// DateTime _dateTime;
|
||||
decimal _decimal;
|
||||
double _double;
|
||||
short _short;
|
||||
@ -476,7 +476,7 @@ namespace MonoTests.System.Runtime.Serialization.Formatters.Soap
|
||||
_bool2 = false;
|
||||
_byte = 254;
|
||||
_char = 'A';
|
||||
_dateTime = new DateTime (1972,7,13,1,20,59);
|
||||
// _dateTime = new DateTime (1972,7,13,1,20,59);
|
||||
_decimal = (decimal)101010.10101;
|
||||
_double = 123456.6789;
|
||||
_short = -19191;
|
||||
@ -555,7 +555,7 @@ namespace MonoTests.System.Runtime.Serialization.Formatters.Soap
|
||||
SerializationTest.AssertEquals ("SomeValues._bool2", _bool2, obj._bool2);
|
||||
SerializationTest.AssertEquals ("SomeValues._byte", _byte, obj._byte);
|
||||
SerializationTest.AssertEquals ("SomeValues._char", _char, obj._char);
|
||||
SerializationTest.AssertEquals ("SomeValues._dateTime", _dateTime, obj._dateTime);
|
||||
// SerializationTest.AssertEquals ("SomeValues._dateTime", _dateTime, obj._dateTime);
|
||||
SerializationTest.AssertEquals ("SomeValues._decimal", _decimal, obj._decimal);
|
||||
SerializationTest.AssertEquals ("SomeValues._int", _int, obj._int);
|
||||
SerializationTest.AssertEquals ("SomeValues._long", _long, obj._long);
|
||||
|
Reference in New Issue
Block a user