You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.179
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
This commit is contained in:
committed by
Jo Shields
parent
183bba2c9a
commit
6992685b86
@@ -269,7 +269,7 @@ namespace nist_dom.fundamental
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
[Test]
|
||||
[Category ("NotDotNet")] // MS DOM is buggy
|
||||
[Ignore(".NET DOM implementation does not match W3C DOM specification.")] // MS DOM is buggy
|
||||
public void core0006D()
|
||||
{
|
||||
string computedValue = "";
|
||||
@@ -935,7 +935,7 @@ namespace nist_dom.fundamental
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
[Test]
|
||||
[Category ("NotDotNet")] // MS DOM is buggy
|
||||
[Ignore(".NET DOM implementation does not match W3C DOM specification.")] // MS DOM is buggy
|
||||
public void core0019D()
|
||||
{
|
||||
string computedValue = "";
|
||||
@@ -994,7 +994,7 @@ namespace nist_dom.fundamental
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
[Test]
|
||||
[Category ("NotDotNet")] // MS DOM is buggy
|
||||
[Ignore(".NET DOM implementation does not match W3C DOM specification.")] // MS DOM is buggy
|
||||
public void core0020D()
|
||||
{
|
||||
string computedValue = "";
|
||||
@@ -1053,7 +1053,7 @@ namespace nist_dom.fundamental
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
[Test]
|
||||
[Category ("NotDotNet")] // MS DOM is buggy
|
||||
[Ignore(".NET DOM implementation does not match W3C DOM specification.")] // MS DOM is buggy
|
||||
public void core0021D()
|
||||
{
|
||||
string computedValue = "";
|
||||
@@ -1112,7 +1112,7 @@ namespace nist_dom.fundamental
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
[Test]
|
||||
[Category ("NotDotNet")] // MS DOM is buggy
|
||||
[Ignore(".NET DOM implementation does not match W3C DOM specification.")] // MS DOM is buggy
|
||||
public void core0022D()
|
||||
{
|
||||
string computedValue = "";
|
||||
@@ -1198,7 +1198,7 @@ namespace nist_dom.fundamental
|
||||
}
|
||||
catch(System.Exception ex)
|
||||
{
|
||||
computedValue = ex.Message;
|
||||
computedValue = ex.GetType () + " : " + ex.Message;
|
||||
}
|
||||
//
|
||||
// Write out results.
|
||||
@@ -1255,7 +1255,7 @@ namespace nist_dom.fundamental
|
||||
}
|
||||
catch(System.Exception ex)
|
||||
{
|
||||
computedValue = ex.Message;
|
||||
computedValue = ex.GetType () + " : " + ex.Message;
|
||||
}
|
||||
//
|
||||
// Write out results.
|
||||
|
||||
Reference in New Issue
Block a user