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
AgeCommit message (Collapse)Author
2017-11-01[Tests] Ensure that only a subset of the System.Security tests are ran on ↵Manuel de la Pena
mobile platforms. (cherry picked from commit 9f696f0eabd9ceea6ef14574fb9498db324ffd18)
2015-02-20[Sys.Security] don't expect XmlNode.ChildNodes returns the same instance.Atsushi Eno
It did in mono implementation. It doesn't on referencesource.
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2009-06-262009-06-26 Robert Jordan <robertj@gmx.net>Robert Jordan
* *.cs: Upgrade to new NUnit style. svn path=/trunk/mcs/; revision=136968
2008-10-14* XmlDsigXsltTranformTest.cs: Added test for .ctor (bool).Gert Driesen
* XmlDsigEnvelopedTransformTest.cs: Added test for .ctor (bool). Use Assert class. Improved properties tests. * XmlDsigC14TransformTest.cs: Added test for .ctor (bool). * XmlDsigExcC14NTransformTest.cs: Added .ctor tests and added asserts IncludsiveNamespacesPrefixList * XmlDsigExcC14NWithCommentsTransformTest.cs: Added basic .ctor and properties tests. * XmlDsigC14NWithCommentsTransformTest.cs: Fixed line endings. * XmlLicenseTransformTest.cs: Added basic .ctor and properties tests. * XmlDsigBase64Transform.cs: Use constant for Algorithm namespace. * XmlDsigExcC14NTransform.cs: Fixed ctors to use WithComments algorithm if includeComments is true. Assign includeNamespacesPrefixList to instance field. * XmlDsigExcC14NWithCommentsTransform.cs: Remove unnecessary assignment to Algorithm now that base ctor is fixed. * XmlDsigC14NWithCommentsTransform.cs: Remove unnecessary assignment to Algorithm now that base ctor is fixed. * XmlDsigC14NTransform.cs: In default ctor, just invoke .ctor (bool). In .ctor (bool), assign WithComments algorithm if includeComments is true. Use constants for Algorithm namespace. * XmlDsigEnvelopedSignatureTransform.cs: Use constant for Algorithm namespace. * XmlDsigXPathTransform.cs: Use constant for Algorithm namespace. * XmlDsigXsltTransform.cs: Use constant for Algorithm namespace. * XmlLicenseTransform.cs: Assign Algorithm in ctor. * XmlSignature.cs: Added constant for XmlLicenseTransform algorithm. * System.Security_test.dll.sources: Added XmlLicenseTransformTest.cs and XmlDsigExcC14NWithCommentsTransformTest.cs. svn path=/trunk/mcs/; revision=115803
2005-05-022005-05-02 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* SignedXmlTest.cs: AddObject and AddReference now throws ArgumentNullException in 2.0. * XmlDsigC14NWithCommentsTransformTest.cs: InputType was fixed in 2.0. * XmlDsigC14NTransformTest.cs: InputType was fixed in 2.0. * XmlDsigXsltTransformTest.cs: Fixed tests for 2.0, InputType, Empty XSLT and invalid XSLT (new exception). svn path=/trunk/mcs/; revision=43877
2004-06-062004-06-06 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlDsigXsltTransformTest.cs : Fixed EmbeddedStylesheet() that missed xmlns:xsl declaration. svn path=/trunk/mcs/; revision=28904
2004-03-132004-03-13 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlDsigC14NWithCommentsTransformTest,cs : world.txt causes FileShare Win32Error so it should be added only when it does not exist. * XmlDsigXsltTransformTest.cs : embedded stylesheet should have version attribute. EmbeddedStylesheet() should also load input doc. svn path=/trunk/mcs/; revision=23984
2004-03-122004-03-11 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlDsigC14NTransformTest.cs : Stream2String() should consider utf-8 escaping (i.e. it must be the same as with-comments test). Enabled example6 (encoding test). * XmlDsigXsltTransformTest.cs : GetXslDoc() now works (xmlns for dsig was missing). Added EmptyXslt(), EmbeddedStylesheet() and InvalidXslt(). Activated ignored LoadInputAsXXX() and Load2() by supplying xsl. svn path=/trunk/mcs/; revision=23933
2004-02-112004-02-11 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* ReferenceTest.cs: Tests fixed if XML is different (but equivalent) to MS implementation. * SignatureTest.cs: Tests fixed if XML is different (but equivalent) to MS implementation. * XmlDsigBase64TransformTest.cs: New UnprotectedGetInnerXml class to get results from the protected GetInnerXml. No more convertion to arrays. * XmlDsigC14NTransformTest.cs: New UnprotectedGetInnerXml class to get results from the protected GetInnerXml. Fixed input/output typo. Tests fixed if XML is different (but equivalent) to MS implementation. * XmlDsigC14NWithCommentsTransformTest.cs: New UnprotectedGetInnerXml class to get results from the protected GetInnerXml. Fixed input/output typo. * XmlDsigXPathTransformTest.cs: New. Unit tests XmlDsigXPathTransform. * XmlDsigXsltTransformTest.cs: New UnprotectedGetInnerXml class to get results from the protected GetInnerXml. Fixed input/output typo. svn path=/trunk/mcs/; revision=22984
2003-05-14 * Tests inherits from Assertion and Assertion. prefix is removedMartin Willemoes Hansen
svn path=/trunk/mcs/; revision=14556
2003-02-202003-02-19 Sebastien Pouliot <spouliot@videotron.ca>Sebastien Pouliot
* All: Updated tests for NUnit2. Some big tests where splited in smaller ones. * XmlDsigC14NTransformTest.cs: New, but almost empty, test suite. * XmlDsigC14NWithCommentsTransformTest.cs: New, but almost empty, test suite. svn path=/trunk/mcs/; revision=11751
2002-11-212002-11-20 Sebastien Pouliot <spouliot@videotron.ca>Sebastien Pouliot
* AllTests.cs: New. Added suites for very listed files. * DataObjectTest.cs: New. Test suite for DataObject. * DSAKeyValueTest.cs: New. Test suite for DSAKeyValue. * KeyInfoNameTest.cs: New. Test suite for KeyInfoName. * KeyInfoNodeTest.cs: New. Test suite for KeyInfoNode. * KeyInfoRetrievalMethodTest.cs: New. Test suite for DSAKeyValue. * KeyInfoTest.cs: New. Test suite for KeyInfo. * KeyInfoX509DataTest.cs: New. Test suite for KeyInfoX509Data. * ReferenceTest.cs: New. Incomplete test suite for Reference. * RSAKeyValueTest.cs: New. Test suite for RSAKeyValue. * SignatureTest.cs: New. Partial test suite for Signature. * SignedInfoTest.cs: New. Partial test suite for SignedInfo. * SignedXmlTest.cs: New. Partial test suite for SignedXml. * TransformChainTest.cs: New. Test suite for TransformChain. * XmlDsigBase64TransformTest.cs: New. Partial test suite for XmlDsigBase64Transform * XmlDsigXsltTransformTest.cs: New. Partial test suite for XmlDsigXsltTransform. svn path=/trunk/mcs/; revision=9125