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
@@ -482,6 +482,7 @@ namespace nist_dom.fundamental
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
[Test]
|
||||
[Ignore(".NET DOM implementation does not match W3C DOM specification.")]
|
||||
public void core0009A()
|
||||
{
|
||||
string computedValue = "";//0;
|
||||
@@ -595,6 +596,7 @@ namespace nist_dom.fundamental
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
[Test]
|
||||
[Ignore(".NET DOM implementation does not match W3C DOM specification.")]
|
||||
public void core0011A()
|
||||
{
|
||||
string computedValue = "";//"";
|
||||
|
||||
@@ -1764,7 +1764,7 @@ namespace nist_dom.fundamental
|
||||
{
|
||||
employeeIdElement.SetAttributeNode(newAttribute);//.node.
|
||||
}
|
||||
catch(System.InvalidOperationException ex)
|
||||
catch(System.InvalidOperationException)
|
||||
{
|
||||
computedValue = "InvalidOperationException";
|
||||
}
|
||||
|
||||
@@ -453,7 +453,8 @@ namespace nist_dom.fundamental
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
[Test]
|
||||
public void core0008M()
|
||||
[Ignore(".NET DOM implementation does not match W3C DOM specification.")]
|
||||
public void core0008M()
|
||||
{
|
||||
string computedValue = "";
|
||||
string expectedValue = "False";
|
||||
|
||||
Reference in New Issue
Block a user