File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tests/QueryableValues.SqlServer.Tests/Serializers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ public void IsValidXmlForComplexType()
180180 var values = new [ ] { testType } ;
181181 var mappings = EntityPropertyMapping . GetMappings ( testType . GetType ( ) ) ;
182182 var xml = _serializer . Serialize ( values , mappings ) ;
183- var expected = "<R><V Bool0 =\" 1\" Bool1 =\" 0\" Byte0 =\" 255\" Short0 =\" 32767\" Int0 =\" 2147483647\" Long0 =\" 9223372036854775807\" Decimal0 =\" 79228162514264337593543950335\" Float0 =\" 3.4028235E+38\" Double0 =\" 1.7976931348623157E+308\" DateTime0 =\" 9999-12-31T23:59:59.9999999\" DateTimeOffset0 =\" 9999-12-31T23:59:59.9999999Z\" Guid0 =\" 00000000-0000-0000-0000-000000000000\" Char0 =\" ☢\" String0 =\"  Hi!
😀"\" String2 =\" \" /></R>" ;
183+ var expected = "<R><V X =\" 0 \" B= \" 1\" B1 =\" 0\" Y =\" 255\" H =\" 32767\" I =\" 2147483647\" L =\" 9223372036854775807\" M =\" 79228162514264337593543950335\" F =\" 3.4028235E+38\" D =\" 1.7976931348623157E+308\" A =\" 9999-12-31T23:59:59.9999999\" E =\" 9999-12-31T23:59:59.9999999Z\" G =\" 00000000-0000-0000-0000-000000000000\" C =\" ☢\" S =\"  Hi!
😀"\" S2 =\" \" /></R>" ;
184184 Assert . Equal ( expected , xml ) ;
185185 }
186186
You can’t perform that action at this time.
0 commit comments