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