| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- 2009-07-07 Atsushi Enomoto <[email protected]>
- * XmlSimpleDictionaryWriterTest.cs : test WriteNode() to not skip more
- than two nodes in an element.
- 2009-06-05 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryReaderTest.cs : verify that end element has
- non-empty local name.
- 2009-05-29 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs : added test for failing duplicate
- namespace declaration in the same element context.
- 2009-05-29 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs : added test for writing xml/xmlns
- attributes with null namespace.
- 2009-05-19 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryReaderTest.cs : added test for utf16 chars.
- 2009-05-14 Atsushi Enomoto <[email protected]>
- * XmlBinaryWriterSession.cs : added test to verify that session is
- actually used in binary dictionary writer.
- 2009-04-02 Atsushi Enomoto <[email protected]>
- * XmlMtomDictionaryWriterTest.cs : new.
- 2009-03-31 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryReaderTest.cs: make tests more doubtful on
- state.
- 2009-03-31 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryReaderTest.cs: test array reader.
- 2009-03-31 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs : added test for array operation.
- 2009-03-31 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryReaderTest.cs,
- XmlBinaryDictionaryWriterTest.cs : added test for element with
- short prefix.
- 2009-03-27 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs : enabled QName test parts.
- 2009-03-27 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs: added test for shorthand
- prefixed attributes.
- 2009-03-26 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs: added QName test part, but
- disable since it does not work yet.
- 2009-03-25 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryReaderTest.cs : enable reader-session dependent
- tests.
- * XmlBinaryDictionaryReaderTest.cs : enable dummy-prefixed attributes
- tests.
- 2009-02-13 Jonathan Pryor <[email protected]>
- * UniqueIdTest.cs: Add tests for all members.
- 2009-02-13 Jonathan Pryor <[email protected]>
- * XmlDictionaryWriterTest.cs: Test WriteValue(IStreamProvider).
- 2009-02-13 Jonathan Pryor <[email protected]>
- * XmlDictionaryWriterTest.cs: Test WriteNode(XmlDictionaryReader),
- WriteNode(XmlReader), and WriteTextNode().
- 2009-02-12 Jonathan Pryor <[email protected]>
- * XmlDictionaryWriterTest.cs: Test WriteValue(Guid),
- WriteValue(TimeSpan), WriteValue(UniqueId).
- 2009-02-12 Jonathan Pryor <[email protected]>
- * XmlDictionaryWriterTest.cs: Added; test
- XmlDictionaryWriter.WriteElementString().
- 2009-02-11 Jonathan Pryor <[email protected]>
- * XmlDictionaryStringTest.cs: Added; tests for XmlDictionaryString.
- 2008-04-10 Eyal Alaluf <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs: Tested binary writer WriteXmlnsAttributa
- with a null prefix.
- 2008-03-22 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryReaderTest.cs : it contained bogus multibyte
- characters, so replaced them with \uXXXX.
- Removed some NotWorking and FIXMEs.
- 2008-02-27 Eyal Alaluf <[email protected]>
- * XmlBinaryDictionaryReaderTest.cs: UseCase1 test fails also on .Net
- 2007-11-27 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryReaderTest.cs : added [NotWorking]
- 2007-07-27 Atsushi Enomoto <[email protected]>
- * XmlSimpleDictionaryWriterTest.cs : added test for null prefix case.
- 2007-03-30 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryReaderTest.cs : check if it reads nodes
- correctly, by comparing direct output to binary writer.
- 2007-03-19 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs : more WriteValue() cases.
- 2007-03-16 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryReaderTest.cs :
- ok, now we have pretty simple imports from writer tests so far.
- 2007-03-16 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs :
- WriteValue(Decimal) is working now.
- 2007-03-15 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs : added test for typed values.
- 2007-03-15 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs : removed debug code (UseCase2).
- 2007-03-15 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs : more code comments.
- 2007-03-15 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs : a few code comments and
- XmlDictionaryString.Key value test.
- 2007-03-15 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs : added more attribute tests.
- Reduced extra dictionary creation.
- 2007-03-14 Atsushi Enomoto <[email protected]>
- * XmlDictionaryReaderQuotasTest.cs : fixed test class name.
- * XmlBinaryDictionaryWriterTest.cs : added a bunch of tests. Many
- tests still fail. They are going to be fixed.
- * XmlBinaryWriterSessionTest.cs : new test.
- 2007-03-14 Atsushi Enomoto <[email protected]>
- * XmlDictionaryTest.cs : removed pointless test-breaking return.
- Added test for Add() and key index. Added test for Empty.
- * XmlSimpleDictionaryWriterTest.cs : in .NET 3.0 RTM processing
- instructions are supported.
- 2007-03-09 Atsushi Enomoto <[email protected]>
- * XmlDictionaryReaderAbstractTest.cs : added array reader tests.
- * XmlSimpleDictionaryWriterTest.cs : added WriteBooleanArray().
- 2006-07-31 Ankit Jain <[email protected]>
- * UniqueIdTest.cs: Add new tests.
- 2006-07-31 Atsushi Enomoto <[email protected]>
- * UniqueIdTest.cs : enable it.
- 2006-07-18 Atsushi Enomoto <[email protected]>
- * XmlDictionaryReaderQuotasTest.cs : fix build.
- 2006-03-03 Atsushi Enomoto <[email protected]>
- * XmlSimpleDictionaryWriterTest.cs : AttributeNamespacesXmlnsXmlns()
- is updated to match XmlTextWriter test.
- 2006-02-08 Atsushi Enomoto <[email protected]>
- * UniqueIdTest.cs :
- It should not be in System.ServiceModel.dll test.
- 2006-01-17 Atsushi Enomoto <[email protected]>
- * XmlSimpleDictionaryWriterTest.cs : changed expected exceptions.
- Fixed one NotDotNet case (to match 2.0 RTM).
- 2005-10-24 Atsushi Enomoto <[email protected]>
- oops, bad file name. s:/Reader/Writer/.
- 2005-10-24 Atsushi Enomoto <[email protected]>
- * XmlBinaryDictionaryWriterTest.cs : new file.
- 2005-10-24 Atsushi Enomoto <[email protected]>
- * XmlSimpleDictionaryWriterTest.cs : added test for WriteXmlAttribute()
- and WriteXmlnsAttribute().
- 2005-10-24 Atsushi Enomoto <[email protected]>
- * XmlDictionaryReaderAbstractTest.cs,
- XmlSimpleDictionaryWriterTest.cs : new files.
- 2005-10-24 Atsushi Enomoto <[email protected]>
- * XmlDictionaryReaderQuotasTest.cs, XmlDictionaryTest.cs : copyrights.
- 2005-10-23 Atsushi Enomoto <[email protected]>
- * XmlDictionaryReaderQuotasTest.cs : new test.
- 2005-10-05 Atsushi Enomoto <[email protected]>
- * XmlDictionaryTest.cs : new file.
|