You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.47
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
parent
88ff76fe28
commit
e46a49ecf1
@ -245,16 +245,17 @@ namespace MonoTests.System.Security.Cryptography.Xml {
|
||||
Assert.AreEqual (C14NSpecExample4Output, res, "Example 4 from c14n spec - Character Modifications and Character References (without comments)");
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void C14NSpecExample5 ()
|
||||
{
|
||||
using (StreamWriter sw = new StreamWriter ("world.txt", false, Encoding.ASCII)) {
|
||||
sw.Write ("world");
|
||||
sw.Close ();
|
||||
[Test]
|
||||
[Ignore(".NET DOM implementation does not match W3C DOM specification.")]
|
||||
public void C14NSpecExample5 ()
|
||||
{
|
||||
using (StreamWriter sw = new StreamWriter ("world.txt", false, Encoding.ASCII)) {
|
||||
sw.Write ("world");
|
||||
sw.Close ();
|
||||
}
|
||||
string res = ExecuteXmlDSigC14NTransform (C14NSpecExample5Input);
|
||||
Assert.AreEqual (C14NSpecExample5Output, res, "Example 5 from c14n spec - Entity References (without comments)");
|
||||
}
|
||||
string res = ExecuteXmlDSigC14NTransform (C14NSpecExample5Input);
|
||||
Assert.AreEqual (C14NSpecExample5Output, res, "Example 5 from c14n spec - Entity References (without comments)");
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void C14NSpecExample6 ()
|
||||
|
Reference in New Issue
Block a user