Imported Upstream version 5.8.0.88

Former-commit-id: 4b7216ffda08448e562271ce733688e761120fc5
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2017-11-28 19:36:51 +00:00
parent 7d05485754
commit 6123a772ed
277 changed files with 4817 additions and 941 deletions

View File

@@ -6,6 +6,7 @@
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
//
#if !MOBILE
using System;
using System.Security.Cryptography;
@@ -76,3 +77,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -8,6 +8,7 @@
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// (C) 2004 Novell Inc.
//
#if !MOBILE
using System;
using System.Security.Cryptography;
@@ -190,3 +191,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -27,6 +27,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE
using System;
using System.Security.Cryptography;
@@ -51,4 +52,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -6,7 +6,7 @@
//
// Copyright (C) 2006 Novell, Inc (http://www.novell.com)
//
#if !MOBILE
using System;
using System.Collections;
@@ -295,3 +295,4 @@ namespace MonoTests.System.Security.Cryptography.Xml
}
}
}
#endif

View File

@@ -6,6 +6,7 @@
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
//
#if !MOBILE
using System;
using System.Security.Cryptography;
@@ -73,3 +74,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -6,6 +6,7 @@
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
//
#if !MOBILE
using System;
using System.Security.Cryptography;
@@ -66,3 +67,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -7,6 +7,7 @@
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
//
#if !MOBILE
using System;
using System.Security.Cryptography;
@@ -82,3 +83,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -7,6 +7,7 @@
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
//
#if !MOBILE
using System;
using System.Security.Cryptography;
@@ -192,3 +193,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -7,6 +7,7 @@
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
//
#if !MOBILE
using System;
using System.IO;
@@ -339,3 +340,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -6,6 +6,7 @@
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
//
#if !MOBILE
using System;
using System.Security.Cryptography;
@@ -72,3 +73,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -7,6 +7,7 @@
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// (C) 2004 Novell (http://www.novell.com)
//
#if !MOBILE
using System;
using System.Security.Cryptography;
@@ -235,3 +236,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -7,6 +7,7 @@
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
//
#if !MOBILE
using System;
using System.Security.Cryptography;
@@ -80,3 +81,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -7,6 +7,7 @@
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2005, 2009 Novell, Inc (http://www.novell.com)
//
#if !MOBILE
using System;
using System.Security.Cryptography;
@@ -212,3 +213,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -7,6 +7,7 @@
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2004-2005, 2008 Novell, Inc (http://www.novell.com)
//
#if !MOBILE
using System;
using System.Globalization;
@@ -1769,4 +1770,5 @@ namespace MonoTests.System.Security.Cryptography.Xml {
Assert.That (signatureMethodElement.Attributes["Algorithm"].Value, Is.EqualTo (algorithmName));
}
}
}
}
#endif

View File

@@ -6,6 +6,7 @@
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
//
#if !MOBILE
using System;
using System.Security.Cryptography;
@@ -65,3 +66,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE
using NUnit.Framework;
@@ -82,3 +83,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -25,7 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE
using NUnit.Framework;
@@ -68,4 +68,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -7,6 +7,7 @@
// (C) 2002 Motus Technologies Inc. (http://www.motus.com)
// (C) 2004 Novell (http://www.novell.com)
//
#if !MOBILE
using System;
using System.IO;
@@ -179,3 +180,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -9,6 +9,7 @@
// (C) 2003 Aleksey Sanin (aleksey@aleksey.com)
// (C) 2004 Novell (http://www.novell.com)
//
#if !MOBILE
using System;
using System.IO;
@@ -530,3 +531,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
}
}
}
#endif

View File

@@ -8,6 +8,7 @@
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
//
#if !MOBILE
using System;
using System.IO;
@@ -407,3 +408,4 @@ namespace MonoTests.System.Security.Cryptography.Xml {
"<e1 xmlns=\"http://www.ietf.org\" xmlns:w3c=\"http://www.w3.org\"><e3 xmlns=\"\" id=\"E3\" xml:space=\"preserve\"></e3></e1>";
}
}
#endif

Some files were not shown because too many files have changed in this diff Show More