Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-06-07 15:19:58 +0400
committerMarek Safar <marek.safar@gmail.com>2012-06-07 15:19:58 +0400
commit0201ee4db64e7025aa293254c7ee1941250b9753 (patch)
tree99cda084e469857e23173ae60b273e8e6b3098d8 /mcs/class/System.Xaml
parenta1452e6bde2ab992e78b7a864b608f53647e98ba (diff)
Fix more failing tests
Diffstat (limited to 'mcs/class/System.Xaml')
-rwxr-xr-xmcs/class/System.Xaml/Test/System.Xaml/XamlXmlWriterTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Xaml/Test/System.Xaml/XamlXmlWriterTest.cs b/mcs/class/System.Xaml/Test/System.Xaml/XamlXmlWriterTest.cs
index 435a363cec9..11f58acb2e2 100755
--- a/mcs/class/System.Xaml/Test/System.Xaml/XamlXmlWriterTest.cs
+++ b/mcs/class/System.Xaml/Test/System.Xaml/XamlXmlWriterTest.cs
@@ -641,7 +641,7 @@ namespace MonoTests.System.Xaml
#else
string ver = "net_4_0";
#endif
- return File.ReadAllText ("Test/XmlFiles/" + name).Trim ().Replace ("\r\n", "\n").Replace ("\n", Environment.NewLine).Replace ("net_4_0", ver);
+ return File.ReadAllText ("Test/XmlFiles/" + name).Trim ().Replace (">\n", ">\r\n").Replace ("net_4_0", ver);
}
[Test]