You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
4
mcs/class/System.XML/Test/System.Xml.Serialization/XmlReflectionImporterTests.cs
Normal file → Executable file
4
mcs/class/System.XML/Test/System.Xml.Serialization/XmlReflectionImporterTests.cs
Normal file → Executable file
@@ -2052,8 +2052,8 @@ namespace MonoTests.System.XmlSerialization
|
||||
serializer.Serialize (writer, obj);
|
||||
writer.Close ();
|
||||
|
||||
Assert.AreEqual (@"<?xml version=""1.0"" encoding=""utf-16""?>
|
||||
<Bug594490Class xmlns:xsd=""http://www.w3.org/2001/XMLSchema"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xml:lang=""hello world"" />",
|
||||
Assert.AreEqual (@"<?xml version=""1.0"" encoding=""utf-16""?>" + Environment.NewLine +
|
||||
@"<Bug594490Class xmlns:xsd=""http://www.w3.org/2001/XMLSchema"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xml:lang=""hello world"" />",
|
||||
writer.ToString (),
|
||||
"Novell bug #594490 (https://bugzilla.novell.com/show_bug.cgi?id=594490) not fixed.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user