| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- 2005-05-31 Atsushi Enomoto <[email protected]>
- * XmlDsigC14NWithCommentsTransformTest.cs : added File.Delete()
- sanity check on CleanUp().
- 2005-05-05 Sebastien Pouliot <[email protected]>
- * ReferenceTest.cs: Changed AddAllTransforms from Ignored to category
- NotDotNet as the test seems to fail only under NUnit.
- 2005-05-04 Sebastien Pouliot <[email protected]>
- * AssertCrypto.cs: Added method to compare somewhat different but ok
- XML fragments (when the xmlns for xmldsig is on a different element).
- * KeyInfoTest.cs, KeyInfoRetrievalMethodTest.cs, ReferenceTest.cs,
- SignedInfoTest.cs, SignatureTest.cs, SignedXmlTest.cs,
- XmlDsigC14NTransformTest.cs, XmlDsigC14NWithCommentsTransformTest.cs,
- XmlDsigXPathTransformTest.cs: Make all tests works under Fx 2.0 beta 2
- 2005-05-02 Sebastien Pouliot <[email protected]>
- * 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).
- 2005-04-28 Sebastien Pouliot <[email protected]>
- * XmlDsigXPathTransformTest.cs: Marked FunctionHereObsolete (ignored)
- and LoadInputAsXmlNodeList (failure) as [Category("NotWorking")] as
- they both pass under MS 1.x runtime (for bad and/or good reasons).
- 2005-04-26 Sebastien Pouliot <[email protected]>
- * KeyInfoX509DataTest.cs: Added new unit tests for NET_1_1 and updated
- tests to work on NET_2_0.
- 2005-04-06 Atsushi Enomoto <[email protected]>
- * XmlDsigC14NTransformTest.cs :
- Reverted last change in LoadInputAsXmlNodeList2(). It is MS bug.
- It now handles Load() behavioral difference between Stream and
- XmlDocument as expected.
- 2005-02-27 Nick Drochak <[email protected]>
- * XmlDsigXsltTransformTest.cs:
- * XmlDsigC14NTransformTest.cs: Make tests pass on MS.NET 1.1.
- 2004-06-06 Atsushi Enomoto <[email protected]>
- * XmlDsigXsltTransformTest.cs : Fixed EmbeddedStylesheet() that missed
- xmlns:xsl declaration.
- 2004-05-20 Sebastien Pouliot <[email protected]>
- * KeyInfoTest.cs: SetUp is now public (required for new nunit).
- * ReferenceTest.cs: SetUp is now public (required for new nunit).
- 2004-05-14 Atsushi Enomoto <[email protected]>
- * XmlDsigC14NTransform.cs : Reverted Ingore attribute that does not
- seem like incorrect test.
- 2004-05-05 Atsushi Enomoto <[email protected]>
- * XmlDsigBase64Transform.cs : LoadInputAsXmlNodeList() is testable.
- * XmlDsigC14NTransformTest.cs : Ignore LoadInputAsXmlNodeList(); that
- test premises incorrect namespace handling.
- * XmlDsigXPathTransformTest.cs : Removed some FIXMEs (counting node
- will give more expected results),
- plus some noise on FunctionHereObsolete().
- 2004-03-26 Atsushi Enomoto <[email protected]>
- * Added XmlDsigEnvelopedSignatureTransformTest.cs.
- * SignedXmlTest.cs : Added some KeyInfo and error handling repro.
- 2004-03-24 Atsushi Enomoto <[email protected]>
- * ReferenceTest.cs : Test for keeping document object identity.
- * XmlDsigC14NTransformTest.cs : Fixed LoadInputAsXmlNodeList(). Here,
- passed XmlNodeList means filtered (e.g. XPath) nodes, which might
- contain parent and children as each node in the list.
- Added LoadInputAsXmlNodeList2(), which fails in the meantime.
- 2004-03-23 Atsushi Enomoto <[email protected]>
- * SignedInfoTest.cs : assure the owner document object equality /
- inequality with related to LoadXml() and setting properties.
- 2004-03-23 Atsushi Enomoto <[email protected]>
- * DataObjectTest.cs : assure that owner document object is different
- after setting properties.
- 2004-03-20 Sebastien Pouliot <[email protected]>
- * SignedXmlTest.cs: Renamed GetPublicKey to PublicGetPublicKey to
- remove warning.
- 2004-03-19 Sebastien Pouliot <[email protected]>
- * SignedXmlTest.cs: Completed unit tests as many methods were not
- tested at all previously.
- 2004-03-15 Sebastien Pouliot <[email protected]>
- * SignedXmlTest.cs: Added null test for LoadXml.
- 2004-03-14 Atsushi Enomoto <[email protected]>
- * XmlDsigXPathTransformTest.cs : added TransformSimple() and
- FunctionHere() [commented].
- 2004-03-13 Atsushi Enomoto <[email protected]>
- * 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.
- 2004-03-12 Sebastien Pouliot <[email protected]>
- * XmlDsigC14NTransformTest.cs: Fixed missing files error under MS.NET.
- * XmlDsigC14NWithCommentsTransformTest.cs: Fixed missing files error
- under MS.NET.
- 2004-03-11 Atsushi Enomoto <[email protected]>
- * 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.
- 2004-03-04 Atsushi Enomoto <[email protected]>
- * SignatureTest.cs : added some malformed xml tests.
- 2004-02-14 Atsushi Enomoto <[email protected]>
- * XmlDsigC14NTransformTest.cs,
- XmlDsigC14NWithCommentsTransformTest.cs:
- uncommented some code blocks which should be tested.
- 2004-02-11 Sebastien Pouliot <[email protected]>
- * KeyInfoTest.cs: Corrected the xmlRSA XML string.
- * 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.
- 2003-12-14 Sebastien Pouliot <[email protected]>
- * SignedXmlTest.cs: Added a new unit test to verify both bugs (no
- key assigned on verification and GetElementId) found when fixing
- #52084.
- 2003-07-28 Sebastien Pouliot <[email protected]>
- * XmlDsigC14NTransformTest.cs: Corrected test for .NET 1.1 (that was a
- bug in .NET 1.0). There are no more unit test failures on Windows.
- 2003-07-27 Sebastien Pouliot <[email protected]>
- * KeyInfoTest.cs: Added #if NET_1_0 for the RetrievalMethod bug.
- 2003-07-24 Sebastien Pouliot <[email protected]>
- * XmlDsigC14NTransformTest.cs: New tests from Aleksey Sanin.
- * XmlDsigC14NWithCommentsTransformTest.cs: New tests from
- Aleksey Sanin.
- 2003-06-02 Sebastien Pouliot <[email protected]>
- * KeyInfoRetrievalMethodTest.cs: Changed RetrievalElement to
- RetrievalMethod to match W3C specification and framework 1.1.
- 2003-05-13 Martin Willemoes Hansen <[email protected]>
- * Tests inherits from Assertion and Assertion. prefix is removed
- 2003-03-03 Sebastien Pouliot <[email protected]>
- * XmlDsigBase64TransformTest.cs: Simplified some parts when fixing
- XPath test.
- 2003-03-02 Sebastien Pouliot <[email protected]>
- * KeyInfoNameTest.cs: Better naming.
- * KeyInfoRetrievalMethodTest.cs: Splitted a test.
- 2003-02-19 Sebastien Pouliot <[email protected]>
- * 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.
- 2002-11-28 Sebastien Pouliot <[email protected]>
- * AllTests.cs: Added missing test suites.
- 2002-11-20 Sebastien Pouliot <[email protected]>
- * 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.
|