| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545 |
- 2010-06-30 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : remove NotWorking everywhere.
- 2010-06-30 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : add a bit more assertions.
- Remove NotWorking from some tests.
- 2010-06-30 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : more notes and assertions.
- 2010-06-30 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : more notes and tests.
- 2010-06-30 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : refine failure conditions.
- 2010-06-30 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : add test matrix for understanding things.
- Make those test names consistent. Mark as NotWorking.
- 2010-06-29 Andreia Gaita <[email protected]>
- * XmlWriterTests.cs : added tests for bug #607967.
- 2010-06-16 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added test for bug #608391.
- 2010-04-28 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs : add test for bug #598953.
- 2010-03-26 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added test for ReadElementContentAs() for
- qname, with default namespace.
- 2010-01-28 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added test for bug #543332.
- 2010-01-25 Atsushi Enomoto <[email protected]>
- * XmlConvertTest.cs : test convert TimeSpan.MinValue to string.
- Patch by Tiaan Geldenhuys.
- 2010-01-15 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : add test for ToString(TimeSpan) with small
- ticks.
- 2010-01-15 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : add test for ToTimeSpan() with spaces.
- 2010-01-15 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : add test for ToDateTimeOffset() with date
- string with spaces.
- 2010-01-12 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : added commented-out tests for the remaining
- parse tests by Tiaan Geldenhuys for XLinq, with the reason why.
- 2010-01-12 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : float parse should do the same. Fix NaN test.
- 2010-01-12 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : another double parse test for string with
- spaces, for string constants such as NaN.
- 2010-01-12 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : add double parse test for string with spaces.
- 2010-01-12 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : added a corner case test for empty string handling
- difference between XmlTextWriter and XmlWriter.Create().
- 2009-11-17 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : add test for DateTimeOffset roundtrip.
- 2009-11-13 Andreia Gaita <[email protected]>
- * XmlTextReaderTests.cs: Added ParsingWithNSMgrSubclass test to check
- r146175 fix (chained namespace lookups using XmlNamespaceManager
- subclasses)
- 2009-11-11 Atsushi Enomoto <[email protected]>
- * XmlNodeReaderTests.cs : added test for bug #550379.
- 2009-09-15 Atsushi Enomoto <[email protected]>
- * XmlAttributeCollectionTests.cs : add test for bug #508296 by
- Tom Hindle.
- 2009-08-21 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added test for null nametable in parser
- context.
- 2009-07-22 Atsushi Enomoto <[email protected]>
- * XmlNamespaceManagerTests.cs : add test for bug #514015.
- 2009-07-22 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added test for bug #523971 by Hib Eris.
- 2009-06-26 Robert Jordan <[email protected]>
- * *.cs: Upgrade to new NUnit style.
- 2009-05-22 Gert Driesen <[email protected]>
- * XmlResolverTest.cs: Fix ResolveUri test on Windows when current
- directory is not on C drive.
- 2009-05-12 Jonas Larsson <[email protected]>
- * XmlValidatingReaderTests.cs : test for bug #502168
- 2009-05-11 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs : test for bug #501814 by Jonas
- Larsson.
- 2009-05-11 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTest.cs : test for bug #501763 by Jonas Larsson.
- 2009-04-28 Sebastien Pouliot <[email protected]>
- * XmlReaderCommonTests.cs: Add test case for an empty string url
- 2009-04-28 Sebastien Pouliot <[email protected]>
- * XmlResolverTest.cs: New. Unit tests for base features.
- 2009-04-22 Atsushi Enomoto <[email protected]>
- * XmlAttributeCollectionTests.cs : added test for bug #496022.
- 2009-03-16 Atsushi Enomoto <[email protected]>
- * XmlParserContextTests.cs : added test for bug #484519.
- 2009-03-16 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added test for bug #480066.
- 2009-03-16 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : only bogus XmlTextWriter ignores null namespace
- for namespae conflict check.
- 2009-02-10 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added test for bug #474091.
- 2009-02-09 Atsushi Enomoto <[email protected]>
- * XmlElementTests.cs : added test for bug #464394.
- 2009-02-06 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added test for bug #472634.
- 2009-01-20 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added test for bug #464229.
- 2009-01-08 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added test for ReadContentAsString()
- and ReadElementContentAsString() against certain node types.
- 2008-12-09 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs : added test for validating mixed
- element under xs:any.
- 2008-09-17 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : another Subtree+EmptyElement case.
- 2008-09-17 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs :
- added test for NodeType for empty element.
- 2008-09-17 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs :
- added test for ReadSubtree() on non-element.
- 2008-07-28 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added test for bug #412657.
- 2008-06-11 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : added test for bug #397934
- 2008-06-11 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : no need for TARGET_JVM. Fix wrong comparison.
- 2008-06-09 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added test for bug #398374.
- 2008-06-05 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : added test for bug #320424.
- 2008-05-22 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : added test for bug #392385.
- 2008-05-07 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added test for bug #385638.
- 2008-04-17 Atsushi Enomoto <[email protected]>
- * XmlElementTests.cs : added test for bug #380720.
- * XmlAttributeTests.cs : numbered some assertions.
- 2008-04-02 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : added test for bug #376395.
- 2008-03-31 Gert Driesen <[email protected]>
- * XmlDocumentTests.cs: Fixed line endings.
- * XmlAttributeCollectionTests.cs: Fixed line endings.
- * XmlDocumentEventTests.cs: Fixed line endings.
- * XmlNodeTests.cs: Fixed line endings.
- * XsdValidatingReaderTests.cs: Fixed line endings.
- * XmlDocumentTypeTests.cs: Fixed line endings.
- * XmlEntityReferenceTests.cs: Fixed line endings.
- 2008-03-31 Gert Driesen <[email protected]>
- * XmlAttributeTests.cs: Use Assert instead of deprecated Assertion
- class. Improved a few tests. Added link to MS bug report for regression
- in .NET 2.0. Numbered tests.
- 2008-02-19 Atsushi Enomoto <[email protected]>
- * XmlParserContextTests.cs : they are working. case #3 should not
- try to parse broken internalSubset (we do not allow broken
- intsubset and it is almost no worthy of assuring only-nominal
- .net compat that such broken internalSubset should be allowed).
- 2008-01-25 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added test for bug #347768.
- 2008-01-15 Gert Driesen <[email protected]>
- * XmlParserContextTests.cs: Added ctor tests.
- 2007-12-06 Atsushi Enomoto <[email protected]>
- * XmlUrlResolverTests.cs : fixed test; file://file.txt is to access
- such a server whose (domain) name is "file.txt", which is actually
- an absolute URI. Remove "regression" in the nunit test.
- 2007-11-12 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : added test for #339934.
- 2007-11-09 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : added test for #339004 and more.
- 2007-10-31 Gert Driesen <[email protected]>
- * XmlConvertTests.cs: Added link to MS bug report.
- 2007-10-31 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : added test for #336625.
- 2007-10-30 Atsushi Enomoto <[email protected]>
- * XmlConvertTest.cs : added test for DateTime roundtrip.
- 2007-10-19 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added test for bug #334752.
- 2007-09-28 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : added WriteNodeXPathNavigatorAttribute().
- 2007-09-27 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : added test for WriteValue(object).
- * XmlTextWriterTests.cs : added WriteQualifiedName() test with empty
- namespace.
- 2007-08-13 Atsushi Enomoto <[email protected]>
- * XmlWriterSettingsTests.cs : added test for extraneous newline on
- OmitXmlDeclaration mode.
- 2007-08-02 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : test for bug #82010.
- 2007-08-02 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : another test posted on bug #82183.
- 2007-07-17 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : added test for bug #82099.
- 2007-07-12 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : added test for bug #82051.
- 2007-07-11 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : added test for bug #82062.
- 2007-06-30 Gert Driesen <[email protected]>
- * XmlTextReaderTests.cs: Enable ProhibitDtd test on 1.0 profile too.
- Fixed line endings.
- 2007-06-13 Atsushi Enomoto <[email protected]>
- * XmlDocumentFragmentTests.cs : added InnerText().
- * XmlWriterSettingsTests.cs : replace \r\n with \n to make it pass
- on windows.
- 2007-05-31 Atsushi Enomoto <[email protected]>
- * XmlWriterSettingsTests.cs : added test for NewLineOnAttributes.
- 2007-05-26 Gert Driesen <[email protected]>
- * XmlWriterTests.cs: Renamed Close* tests to Create*, and improved
- their coverage. Commented out newly introduced tests since they fail
- on Mono. Added NotWorking Create_XmlWriter2 test.
- 2007-05-16 Gert Driesen <[email protected]>
- * XmlWriterTests.cs: Added tests for Close that verify closing of
- underlying stream.
- 2007-04-27 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : added test for bug #81460.
- 2007-04-25 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : added test for MaxValue serialization with
- every XmlDateTimeSerializationMode.
- 2007-04-25 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added test for bug #81451.
- 2007-04-24 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : added test for bug #81360.
- 2007-04-03 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added test for bug #81294.
- 2007-03-05 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : added test for bug #81000.
- 2007-02-07 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added test for bug #80848.
- 2007-02-07 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added ReadElementContentAsStringEmpty().
- 2006-12-20 Atsushi Enomoto <[email protected]>
- * XmlNodeTests.cs : added tests for bug #80331.
- 2006-12-19 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added test for bug #80308.
- 2006-12-12 Atsushi Enomoto <[email protected]>
- * XmlNodeTests.cs : added test for bug #80233.
- 2006-12-12 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs : #if NET_2_0 was missing.
- 2006-12-12 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : added test to make sure that Create()
- returns a validating XmlReader.
- 2006-12-12 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs : added test for bug #80231.
- 2006-12-11 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs : make sure to call overriden CreateAttribute()
- when loading from XmlReader.
- 2006-12-05 Atsushi Enomoto <[email protected]>
- * XmlNodeTests.cs : added another test for GetPrefixOfNamespace().
- 2006-11-20 Atsushi Enomoto <[email protected]>
- * XmlWriterSettingsTests.cs : added tests for relationship between
- ConformanceLevel, OmitXmlDeclaration and WriteStartDocument().
- 2006-11-17 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : added test for bug #79224; it does not
- load external schemas when validation mode is none.
- 2006-11-14 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : added validation event handler test
- case.
- 2006-11-13 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : added custom resolver case for primary
- XML stream (custom resolver is indeed used and here it should cause
- error).
- 2006-11-13 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : added NullResolver() case.
- 2006-10-27 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : the previous test raises different
- exception in 2.0.
- 2006-10-27 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : added bug #79650 case.
- 2006-10-27 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added bug #79683 case.
- 2006-09-26 Atsushi Enomoto <[email protected]>
- * XmlDeclarationTests.cs : added bug #79496 case.
- 2006-09-21 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs : added bug #79468 case.
- 2006-09-19 Atsushi Enomoto <[email protected]>
- * XmlElementTests.cs : added test for #79420.
- * XmlAttributeTests.cs : added similar test.
- * XmlDocumentTests.cs : fix warnings.
- 2006-09-04 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added test for bug #79268.
- 2006-09-01 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added test for bug #79047
- 2006-08-26 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs : added test for bug #79163.
- 2006-08-14 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added test for whitespace node value which
- comes after a text declaration in XML external entity (i.e. .ctor()
- with XmlNodeType.Element).
- 2006-08-10 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : more indentation tests.
- 2006-08-07 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : test for #79019.
- 2006-07-28 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added test case for comments, PIs and
- indentation.
- 2006-07-25 Atsushi Enomoto <[email protected]>
- * XmlConvertTest.cs :
- Added TimeSpan conversion test for min/max values.
- 2006-06-26 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added test for bug #78706.
- 2006-06-08 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added test for bug #78598.
- 2006-05-09 Atsushi Enomoto <[email protected]>
- * XmlAttributeTests.cs : added NonEmptyPrefixWithEmptyNS().
- 2006-04-21 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : test for bug #78148.
- 2006-04-14 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added test for ReadElementContentAs()
- with argument typeof(object).
- 2006-04-12 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs :
- Added CreateValidatorFromNonIXmlNamespaceResolver() which is
- uncovered by NVDL validator.
- * XmlDefaultReader.cs : new file for above.
- 2006-04-06 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added test for
- ReadElementContentAsString() and empty element.
- 2006-04-05 Atsushi Enomoto <[email protected]>
- * XmlWriterSettingsTest.cs : added tests on set_Encoding(),
- set_NewLineChars() and OmitXmlDeclaration.
- 2006-03-08 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : Added tests for ReadContentAsString() and
- ReadElementContentAsString().
- 2006-02-24 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added test for bug #77623. Also fixed
- WriteString() test which failed to fail (Assert.Fail).
- 2006-02-22 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added invalid character processing test.
- 2006-02-20 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added custom assertion overload that takes
- test label.
- * XmlNodeReaderTests.cs : labeled some.
- * XmlTextWriterTests.cs :
- Changed the semantics of AttributeNamespacesXmlnsXmlns() and
- removed NotDotNet (in contrast this test should fail with previous
- version of XmlTextWriter). See the code comment for details.
- Added WriteQualifiedNameXmlnsError().
- 2006-02-14 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added WhitespaceHandling tests.
- 2006-02-14 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : tiny test name fix, as it does not actually
- test WriteString().
- 2006-02-14 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added test WriteRaw("") closes open tag.
- 2006-02-14 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : numbered some tests and added some comments.
- 2006-01-25 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : added test for bug #77350.
- 2006-01-16 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : added test for bug #77252.
- 2006-01-13 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : test from bug #77241.
- 2006-01-13 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added some tests for XMLdecl state check.
- 2006-01-12 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : Split AutoCreatePrefixes() and marked as
- Ignore rather than NotWorking. Also it is not for bug #77086 and
- #77077 (they were fixed). See bug #77088.
- 2006-01-12 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : re-enabled WriteNmToken_InvalidChars().
- 2006-01-12 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : re-enabled bug #77094 related tests.
- 2006-01-06 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : added tests for WriteNode(XPathNavigator, bool)
- as well as XPathNavigator.WriteSubtree(XmlWriter).
- 2006-01-06 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : test for ReadTypeValue() that it
- does not ignore whitespace nodes, and it does not normalize string
- incorrectly.
- 2006-01-06 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : test for ReadTypeValue() with simple
- type restriction.
- 2006-01-05 Gert Driesen <[email protected]>
- * XmlElementTests.cs: Improved tests for setting prefix to null
- or zero-length string. On 2.0 profile, setting prefix to null should
- not result in ArgumentNullException.
- * XmlTextWriterTests.cs: Enabled WriteNmToken tests and
- WriteWhitespace tests for null or zero-length value.
- 2006-01-05 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : removed silly part from
- WriteStartElement_XmlPrefix (). We are not reproducing MS bugs.
- (kept remaining part of this test; see if it makes sense after
- bug #77094 got fixed).
- 2005-12-29 Gert Driesen <[email protected]>
- * XmlTextWriterTests.cs: Do not yet enable tests for WriteWhitespace
- with null or zero-length value (await approval for XmlTextWriter
- change from Atsushi).
- 2005-12-27 Gert Driesen <[email protected]>
- * XmlTextWriterTests.cs: Do not yet enable tests for WriteNmToken
- with null or zero-length value (await approval for XmlTextWriter
- change from Atsushi).
- 2005-12-27 Gert Driesen <[email protected]>
- * XmlTextWriterTests.cs: Added tests for WriteWhitespace and
- WriteNmToken.
- 2005-12-27 Gert Driesen <[email protected]>
- * NameTableTests.cs: Added additional tests for Add and Get methods.
- 2005-12-27 Gert Driesen <[email protected]>
- * XmlTextWriterTests.cs: Allow all tests to pass on .NET 1.1.
- 2005-12-26 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : enabled
- WriteStartElement_Prefix_EmptyNamespace() and
- NamespacesPrefixWithEmptyAndNullNamespaceEmpty().
- 2005-12-26 Atsushi Enomoto <[email protected]>
- * XmlElementTests.cs : Patch by Vorobiev Maksim.
- - setting null to Prefix should raise ArgumentNullException.
- - setting String.Empty to Prefix should be allowed.
- 2005-12-26 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : test for multi URLs in
- schemaLocation. Test by Vorobiev Maskim.
- 2005-12-26 Gert Driesen <[email protected]>
- * XmlElementTests.cs: Fixed line endings.
- 2005-12-26 Gert Driesen <[email protected]>
- * XmlTextWriterTests.cs: Renamed tests to avoid ambiguity, and
- renumbered some tests. Added tests for WriteStartElement and
- WriteElementString for zero-length and null local names.
- Added tests bugs #77093, #77094 and #77095.
- 2005-12-26 Gert Driesen <[email protected]>
- * XmlNamespaceManagerTests.cs: Added tests for xml prefix.
- 2005-12-23 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : XmlSpace_Valid() is working now.
- 2005-12-23 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : XmlNs_Valid2() is working now.
- 2005-12-23 Gert Driesen <[email protected]>
- * XmlTextWriterTests.cs: Fixed line endings. Enabled XmlPrefix_ValidMS
- test. Added bug numbers to test cases.
- 2005-12-23 Gert Driesen <[email protected]>
- * XmlTextWriterTests.cs: Improved coverage of xml prefix tests.
- 2005-12-16 Gert Driesen <[email protected]>
- * XmlTextWriterTests.cs: Fixed some tests that caught exception to
- become useful. Added few tests that fail on Mono.
- 2005-12-16 Gert Driesen <[email protected]>
- * XmlTextWriterTests.cs: No longer derive from deprecated Assertion
- class. Added WriteDocType tests.
- * XmlWriterTests.cs: No longer derive from deprecated Assertion class.
- 2005-12-15 Konstantin Triger <[email protected]>
- * XmlTextWriterTests.cs: added WriteCDataNull test.
- 2005-12-14 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs : (CreateNodeNodeTypeName) the previous fix was
- wrong; ArgumentException is the expected exception (it anyways won't
- work under MS.NET 2.0).
- * XmlNodeTests.cs : added labels to assertions. another NotDotNet case.
- * XmlAttributeTests.cs : ditto.
- 2005-12-14 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs, XmlAttributeCollectionTests.cs
- XmlElementTests.cs, XmlCharacterDataTests.cs :
- Marked NotDotNet for some tests broken under 2.0 (MS bugs).
- Marked Ignore for some tests which originally does not make sense.
- Changed types in ExpectedException for some tests under 2.0.
- 2005-12-12 Atsushi Enomoto <[email protected]>
- * XmlAssert.cs : new file.
- 2005-12-12 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : enabled MoveToNextSibling() tests.
- 2005-12-12 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added several tests for 2.0 methods.
- 2005-12-09 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added test for Encoding property.
- 2005-12-09 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added tests for ReadToDescendant() and
- ReadToFollowing().
- 2005-12-09 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : added some ConformanceLevel tests.
- Added CreateClonesSettings() to make sure XmlReader.Create() clones
- XmlReaderSettings.
- 2005-12-08 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : (DefaultValue)
- Added assertion label everywhere.
- * XmlWriterTests.cs : WriteNodeError is broken under MS.NET 2.0 (it
- should cause an error).
- 2005-12-08 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : SetSchemas() should not cause an error.
- Added SetSchemasNull() as well.
- * XmlUrlResolverTests.cs : (ResolveUriWithNullArgs)
- expect ArgumentNullException instead of ArgumentException.
- This is a fix in .NET 2.0.
- 2005-12-08 Atsushi Enomoto <[email protected]>
- * XsdParticleValidationTests.cs : ValidateRootElementOnlyInvalid()
- does not throw validation exception under MS 2.0, this NotDotNet.
- 2005-12-08 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : use ProhibitDtd=false in CreateSimple()
- and added CreateSimpleProhibitDtd().
- 2005-11-09 Atsushi Enomoto <[email protected]>
- * XmlWriterSettingsTests.cs : NormalizeNewLines does not exist anymore
- 2005-11-09 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : tests for ToUInt16/32/64() and VerifyTOKEN().
- 2005-11-09 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : some tests for ToInt64(), ToSByte(),
- 2005-11-09 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : some tests for ToInt16(), ToInt32(),
- VerifyName() and VerifyNCName().
- 2005-11-07 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : XmlSchemaValidationFlags is updated.
- 2005-10-23 Atsushi Enomoto <[email protected]>
- * XmlNamespaceManagerTests.cs :
- well, hence GetNamespacesInScope() is NotDotNet.
- 2005-10-23 Atsushi Enomoto <[email protected]>
- * XmlNamespaceManagerTests.cs : GetNamespacesInScope() - Added test
- labels. Fixed counts; they count default namespaces. MS seems to
- have a bug on declaration removal (xmlns='') on .Local.
- * XmlNodeReaderTests.cs : in .NET 2.0 undeclared entity are not
- allowed at all, so disabled tests that depends on such references.
- 2005-10-23 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : split some tests that try to write nodes
- at error state (.NET 2.0 correctly rejects them).
- 2005-10-23 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs, XmlValidatingReaderTests.cs,
- XmlReaderCommonTests.cs : added and fixed tests to make sure that
- LookupNamespace("") returns null for default namespace, and checks
- that empty namespace URI is not allowed for non-empty prefix.
- 2005-10-04 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : added test for bug #76328.
- 2005-10-01 Atsushi Enomoto <[email protected]>
- * XmlWriterSettingsTests.cs : test for NormalizeNewLines.
- 2005-10-01 Atsushi Enomoto <[email protected]>
- * XmlAttributeTests.cs : test for bug #76311.
- 2005-10-01 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added simple Create() test.
- 2005-09-28 Atsushi Enomoto <[email protected]>
- * XmlNodeReaderTests.cs : added test for bug #76260.
- 2005-09-27 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added test for bug #76247.
- 2005-09-26 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs : added test for bug #76234.
- 2005-09-25 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : XmlSchemaValidationFlags NET_2_0 update.
- 2005-09-21 Atsushi Enomoto <[email protected]>
- * XmlWriterSettingsTests.cs : removed NormalizeNewLines.
- 2005-09-21 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : updated NET_2_0 related tests.
- * NameTableTests.cs : numbered testcases. fixed argument order.
- 2005-09-14 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added #76102 testcase.
- 2005-09-14 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added #76095 testcase.
- 2005-08-31 Sebastien Pouliot <[email protected]>
- * XmlSecureResolverTests.cs: Added more test cases for CreateEvidence.
- * XmlSecureResolverCas.cs: New. CAS unit tests for XmlSecureResolver.
- * XmlExceptionCas.cs: New. CAS unit tests for exception serialization.
- 2005-08-04 Atsushi Enomoto <[email protected]>
- * XmlAttributeTests.cs : Test if set_Value() works in such cases that
- there was only one child in attribute and it was an entity reference.
- 2005-07-28 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : added test case for duplicating
- assignment of both Schemas.Add() and xsi:schemaLocation where
- schemaLocation could not be resolved.
- 2005-07-14 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added bug #75546 testcase.
- 2005-06-29 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : added timespan milliseconds testcase.
- 2005-06-27 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added a testcase for not-wf entity
- declaration which is actually not used in the instance.
- 2005-06-23 Atsushi Enomoto <[email protected]>
- * XsdParticleValidationTests.cs : XmlSchemaException ->
- XmlSchemaValidationException under 2.0 profile.
- 2005-06-17 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs : added attribute namespace check in
- DefaultXmlnsAttributeLookup() as well.
- 2005-06-17 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs : added DefaultXmlnsAttributeLookup().
- 2005-05-31 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs : let's test external DTD as well.
- 2005-05-31 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs : added ResolveEntityAndBaseURI() which
- is imported from sys.security.
- 2005-05-25 Andrew Skiba <[email protected]>
- * W3C : directory added
- 2005-05-10 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs : fixed TestPreserveEntityNotOnDotNet()
- which was regarded as a bug while it was by design.
- 2005-05-05 Atsushi Enomoto <[email protected]>
- * XmlNamespaceManagerTests.cs : removed more atomizedName tests.
- 2005-05-05 Atsushi Enomoto <[email protected]>
- * XmlNamespaceManagerTests.cs : removed atomizedName related tests.
- 2005-03-25 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added more test case for xml:space.
- 2005-03-24 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added more tests on WriteQualifiedName().
- 2005-03-15 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs : Added test for sequential text nodes
- which affects on ExpandEntities.
- 2005-03-09 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added SurrogatePair() based on bug #73513.
- 2005-03-07 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs : Added ReadNodeEntityReferenceFillsChildren.
- Test case by Konstantin Triger.
- 2005-03-07 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs : added ResolveEntityReadAttributeValue()
- 2005-03-03 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added testcase for duplicating namespace
- mapping processing (should create another prefix, not exception).
- 2005-03-02 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : Added test for LookupPrefix() for
- overriden prefix.
- 2005-02-25 Atsushi Enomoto <[email protected]>
- * XmlNodeTests.cs : added Clone() of readonly node returns a node
- that is not readonly.
- 2005-02-25 Atsushi Enomoto <[email protected]>
- * XmlAttributeTests.cs : added nonNCName Prefix case.
- 2005-02-24 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : Test for call to WriteRaw() -> WriteString()
- 2005-02-16 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : added some null/empty string cases for
- EncodeName()/EncodeLocalName()/EncodeNmToken().
- 2005-02-15 Atsushi Enomoto <[email protected]>
- * XmlElementTests.cs : assertion numbering on
- RemoveDoesNotRemoveDefaultAttributes().
- 2005-01-26 Nick Drochak <[email protected]>
- * XmlValidatingReaderTests.cs: Move MS.NET bug-exposing test to a new
- test method and ignore it on .NET.
- 2005-01-17 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : added some .ctor() tests.
- 2005-01-13 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : added labels for tests.
- Marked MoveToXmlDeclAttributes() as [Ignore] again because there is
- no consistent reference implementation to follow.
- 2005-01-13 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs,
- XmlReaderCommonTests.cs,
- XmlTextWriterTests.cs,
- XmlUrlResolverTests.cs :
- Marked as NotDotNet for those tests that fails under MS.NET.
- Commented out some XmlTextWriter implementation-dependent assertions.
- Fixed ResolveUriWithNullArgs () expected return type.
- 2005-01-11 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added Indent2() to test WriteComment EOL.
- 2004-01-11 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs :
- Oops, ReadAttributeValue() was not reverted. Now marked as NotDotNet.
- 2004-01-11 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : reverted r38601. It is MS XmlTextReader
- that is buggy on attribute value's Prefix and NamespaceURI.
- 2005-01-10 Nick Drochak <[email protected]>
- * XmlWriterTests.cs: Fix build warnings.
- * XmlReaderCommonTests.cs: Make tests pass on Fx1.1. XmlNodeReader
- has different default attributes it seems.
- 2004-12-15 Raja R Harinath <[email protected]>
- * XmlReaderSettingsTests.cs (DefaultValue): Update DtdValidate and
- XsdValidate references to use ValidationType.
- 2004-12-08 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : updated some boolean flags to
- XmlSchemaValidationFlags.
- 2004-11-22 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added AttributeNormalizationWrapped().
- 2004-11-14 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : Added test for WriteAttributes().
- 2004-11-08 Atsushi Enomoto <[email protected]>
- * XmlNodeReaderTests.cs : numbered some of asserts.
- 2004-11-08 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added tests for 2.0 entity handling.
- * XmlValidatingReaderTests.cs : modified tests for entity handling
- that are changed in 2.0.
- 2004-10-29 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : ReadAsObject() is removed.
- * XmlTextWriterTests.cs : added CloseTwice().
- * XmlNodeTests.cs : added labels.
- 2004-09-08 Atsushi Enomoto <[email protected]>
- * XmlWriterSettingsTests.cs : added.
- 2004-09-07 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : Added tests for ReadAsObject().
- 2004-09-07 Atsushi Enomoto <[email protected]>
- * XmlNamespaceManagerTests.cs : Added test for duplicate addition,
- atomization, complex RemoveNamespace() and GetNamespacesInScope().
- 2004-09-07 Atsushi Enomoto <[email protected]>
- * XmlReaderSettingsTests.cs : added, including XmlReader.Create() tests
- * XmlTextReaderTests.cs : added normalization and Setting sests.
- 2004-09-06 Atsushi Enomoto <[email protected]>
- * XmlElementTests.cs : added another set_InnerXml test.
- * XmlNodeTests.cs : added BaseURI test.
- * XmlTextReaderTests.cs : added tests for Normalization, EOF,
- LineNumber, LinePosition (all reported ones).
- * XsdValidatingReaderTests.cs : more descriptions.
- 2004-09-06 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added ProhibitDtd().
- * XmlWriterTests.cs : added WriteNodeError().
- 2004-06-21 Atsushi Enomoto <[email protected]>
- * XmlSecureResolverTests.cs : Just [Ignore] EmptyEvidenceDeniedAccess.
- It requires CAS.
- 2004-06-18 Atsushi Enomoto <[email protected]>
- * XmlSecureResolverTests.cs : [TestFixture] was missing.
- 2004-06-14 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : Avoid CR/CRLF testing complexity.
- 2004-06-14 Atsushi Enomoto <[email protected]>
- * XmlUrlResolverTests.cs : Unlike MS.NET, we treats Unix absolute file
- URI file:///usr/local/src as correct file path. MS.NET is not aware
- of such format and parses as "host = usr, path = /local/src".
- 2004-06-06 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : Added indentation testcase (it might now
- work due to CompareInfo.IndexOf() bug).
- 2004-06-06 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added some namespace check tests.
- 2004-05-27 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added test for bug #59142.
- * XmlTextWriterTests.cs : added test for bug #59154.
- * XmlDocumentTests.cs : added test for bug #59155.
- 2004-05-24 Atsushi Enomoto <[email protected]>
- * XmlNodeTests.cs : added Normalize2().
- 2004-05-13 Atsushi Enomoto <[email protected]>
- * XsdValidatingReaderTests.cs : Ignore TestNamespaceFalse(). It is not
- kind of thing that should be supported.
- * XmlValidatingReaderTests.cs : commented a bit.
- 2004-04-24 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : Commented out locale-dependent tests.
- * XmlDocumentTests.cs : Uncommented now-testable lines.
- Commented out that should not be allowed, such as non-XML-name node.
- 2004-04-24 Atsushi Enomoto <[email protected]>
- * XmlDeclarationTests.cs : More InnerText tests.
- 2004-04-20 Atsushi Enomoto <[email protected]>
- * XmlCharacterDataTests.cs : Added more tests for Substring().
- * XmlConvertTests.cs : Commented out locale-dependent tests.
- * XmlDocumentTests.cs : Added LoadEntityReference().
- 2004-03-31 Atsushi Enomoto <[email protected]>
- * Added nist_dom tests from Mainsoft hackers.
- * Added XmlSecureResolverTests.cs.
- 2004-03-16 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs : Added PreserveWhitespace2() (whitespace nodes
- should be written regardless of document.PreserveWhitespace.)
- 2004-03-15 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : Added tests for ReadInner/OuterXml() on
- EndElement.
- 2004-03-14 Atsushi Enomoto <[email protected]>
- * XmlAttributeCollectionTests.cs : Added InsertAfterError().
- * XmlNodeTests.cs : Added SelectNodes(), SelectNodes2() [commented].
- 2004-03-04 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs : added Implementation().
- 2004-02-17 Atsushi Enomoto <[email protected]>
- * XmlEntityTests.cs, XmlDocumentEventTests.cs : added.
- 2004-02-05 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs : Added ReadNodeEmptyContent() and
- ReadNodeWhitespace().
- * XmlElementTests.cs : Added SetAttributeNodeError().
- 2004-02-04 Atsushi Enomoto <[email protected]>
- * XmlEntityReferenceTests.cs : renamed TestDescendantsRecursively to
- DescendantsRecursively and added more test lines.
- Added ChildNodes().
- * XmlReaderCommonTests.cs : Added MoveToXmlDeclAttribute(). However
- it is ignored (since XmlNodeReader behaves differently, maybe bug).
- 2004-02-03 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : Added SurrogatePairContent().
- * XmlDocumentTests.cs : Added LoadXmlReaderNamespacesFalse().
- * XmlEntityReferenceTests.cs : Added TestsDescendantsRecursively().
- 2004-01-28 Atsushi Enomoto <[email protected]>
- * XmlDocumentTypeTests.cs : Added IncorrectInternalSubset().
- * XmlNodeTests.cs : Since .NET 1.1 also prohibits multiple document
- element, removed extraneous test switch for InsertBefore().
- * XsdParticleValidationTests.cs,
- XsdValidatingReaderTests.cs : These test class names are too
- ambiguous so just renamed them. (No bug reports are found on them,
- but should be warned in the meantime.)
- 2004-01-23 Atsushi Enomoto <[email protected]>
- * XmlElementTests.cs : Added SetAttributeXmlns.
- * XmlTextWriterTests.cs : Added several xmlns-related tests.
- 2004-01-22 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : Added *Do*OutputRemovalDefaultNSDeclaration.
- 2004-01-20 Atsushi Enomoto <[email protected]>
- * XmlElementTests.cs : Added WriteToMakesNonsenseForDefaultNSChildren.
- * XmlTextWriterTests.cs : Added DontOutputRemovalDefaultNSDeclaration.
- 2004-01-14 Atsushi Enomoto <[email protected]>
- * XmlAttributeCollectionTests.cs : Added RemoveDefaultAttribute().
- * XmlDocumentTests.cs, XmlElementTests.cs, XmlNodeReaderTests.cs,
- XmlTextReaderTests.cs, XmlTextWriter.cs, XmlWriterTests.cs :
- Close or avoid XmlTextReader.
- 2004-01-03 Atsushi Enomoto <[email protected]>
- * XmlAttributeCollectionTests.cs :
- added InsertAfterReplacesInCorrectOrder().
- * XmlUrlResolverTests.cs : fixed file path.
- * XmlTextReaderTests.cs : fixed file path.
- * XmlTextWriterTests.cs : added ElementXmlnsNeedEscape().
- 2003-12-21 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs, XmlElementTests.cs :
- Added GetElementsByTagNameNs2().
- 2003-12-16 Atsushi Enomoto <[email protected]>
- * XmlDeclarationTests.cs : Added InvalidInnerText().
- * XmlDocumentTests.cs : CRLF fix (to LF)
- * XmlWriterTests.cs : tiny fix on WriteNodeFullDocument().
- * XmlValidatingReaderTests.cs : Fixed entity handling check tests.
- 2003-11-28 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : Added WriteNodeFullDocument() with
- encoding specification. Added WriteNodeNonEmptyElement().
- * XmlUrlResolverTests.cs : Added GetEntityWithNonStreamReturnType()
- and GetEntityWithRelativeFileUri().
- * XmlTextWriterTests.cs : Added some namespace related tests.
- * XmlTextReaderTests.cs : Added char-entity and ReadBase64() tests.
- * XmlNodeTests.cs : GetPrefixOfNamespace() test also for disconnected
- nodes.
- * XmlElementTests.cs : Added ConstructionAndDefaultAttributes().
- * XmlDeclarationTests.cs : Added InvalidInnerText().
- * XmlAttributeTests.cs : Added CheckPrefixWithNamespace().
- 2003-10-13 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : Added WriteSurrogateCharEntity().
- 2003-10-13 Atsushi Enomoto <[email protected]>
- * XmlElementTests.cs : Added more tests on
- RemoveDoesNotRemoveDefaultAttributes().
- * XmlNodeTests.cs : Added Normalize(), GetNamespaceOfPrefix() and
- GetNamespaceOfPrefixNullArg().
- * XmlWriterTests.cs : Added WriteNodeNone().
- 2003-10-05 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : patch by Jonathan Kessler. Added more test
- methods.
- * XmlUrlResolverTests.cs : Renamed NullArgs to ResolveUriWithNullArgs,
- and added GetEntityWithNullArgs() (though it is uncommented).
- * XmlReaderCommonTests.cs : Added XML Schema-mode XmlValidatingReader
- testing phase.
- 2003-09-21 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : Oops, it was CRLF injected ;-)
- 2003-09-21 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : Added ProhibitedMultipleAttributes().
- Fixed ReadAttributeValue(). Now I think it is MS.NET XmlTextReader
- which is rather buggy than their XmlNodeReader.
- * XmlTextReaderTests.cs : Added IfNamespacesThenProhibitedAttributes()
- and trivial messagefix.
- 2003-09-21 Atsushi Enomoto <[email protected]>
- * XmlNamespaceManagerTests.cs : Added PopScopeMustKeepAddedInScope().
- 2003-08-24 Atsushi Enomoto <[email protected]>
- * XmlAttributeTests.cs : Added DefaultAttributeRemoval() and
- EmptyStringHasTextNode().
- * XmlElementTests.cs : Added RemoveDoesNotRemoveDefaultAttributes().
- * XmlReaderCommonTests.cs : Added overroaded AssertNodeValues() and
- ReadAttributeValue().
- * XmlTextReaderTests.cs :
- Added NotAllowedCharRef() and ExpandParameterEntity().
- Also added but ignored tests: UndeclaredEntityInIntSubsetOnlyXml()
- and UndeclaredEntityInStandaloneXml().
- * XmlValidatingReaderTests.cs : TestAttributeDefaultContribution()
- refactory.
- * Added XsdParticleValidationTests.cs and XsdValidatingReaderTests.cs.
- 2003-08-05 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : Its XmlValidatingReader.EntityHandling
- should be ExpandCharEntities.
- * XmlValidatingReaderTests.cs : added ResolveEntity(),
- ResolveEntity2() and ResolveEntityWithoutDTD().
- 2003-07-31 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs : added LoadThrowsUndeclaredEntity() and
- CreateEntityReferencesWithoutDTD().
- * XmlNodeReaderTests.cs : added ResolveEntity(), ResolveEntity2() and
- ResolveEntityWithoutDTD().
- 2003-07-29 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs : added DTDEntityAttributeHandling() test.
- * XmlElementTests.cs : added WriteToDefaultAttribute() test.
- * XmlNodeTests.cs : added InnerXmlWithXmlns () test.
- * XmlTextWriterTests.cs : added DontOutputNonDeclaredXmlns () test.
- * XmlValidatingReaderTests.cs : modified TestResolveEntity() to have
- entity reference inside text content (and it now fails).
- 2003-07-26 Atsushi Enomoto <[email protected]>
- * XmlAttributeTests.cs : added IdentityConstraints().
- * XmlDocumentTests.cs : added DocumentTypeNodes().
- * XmlNodeTests.cs : added InnerText().
- * XmlReaderCommonTests.cs : added XmlValidatingReader as one of the
- testing reader. Added IndexerAndAttributes().
- * XmlValidatingReader.cs : modified TestAttributes() to have
- ReadAttributeValue() tests. Added TestIdentityConstraints()
- 2003-07-24 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs,
- XmlNodeTests.cs,
- XmlTextWriterTests.cs : removed some compilation warning.
- * XmlNodeReaderTests.cs : reverted Jul. 12th. ReadInnerXmlWrongInit()
- incorrect commit.
- * XmlValidatingReaderTests.cs : Code refactory (removed xml1, xml2...
- and changed PrepareXmlReader() as returning validating reader.
- Added indexer (this[]) property check and ValidationType.None check
- to TestAttributeDefaultContribution().
- Added TestExpandEntity(), TestPreserveEntity() and TestNormalization().
- 2003-07-19 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs : added TestValidationEvent() and
- some code refactory.
- 2003-07-12 Atsushi Enomoto <[email protected]>
- * XmlValidatingReaderTests.cs : added TestNonDeterministicContent() and
- TestAttributeDefaultContribution().
- 2003-07-12 Atsushi Enomoto <[email protected]>
- * XmlNodeReaderTests.cs : Fixed ReadInnerXmlWrongInit() for correct
- ReadState check.
- * ChangeLog was incorrectly added about above stuff.
- * XmlTextReaderTests.cs : added some reader's state check tests and
- ReadAsElementContent and ReadAsAttributeContent.
- * XmlTextWriterTests.cs : added DontOutputMultipleXmlns().
- 2003-07-06 Atsushi Enomoto <[email protected]>
- * added XmlValidatingReaderTests.cs.
- 2003-07-01 Martin Willemoes Hansen <[email protected]>
- * XmlTextWriterTests.cs: Made use of ExpectedException
- 2003-07-01 Martin Willemoes Hansen <[email protected]>
- * Made tests which expect an exception use the
- ExpectedException Attribute.
- 2003-06-20 Atsushi Enomoto <[email protected]>
- * added XmlUrlResolverTests.cs.
- 2003-06-16 Atsushi Enomoto <[email protected]>
- * added XmlCharTests.cs(separated XmlChar tests from XmlTextReaderTests)
- * XmlTextReaderTests.cs : added ExternalDocument() which will result
- in BaseURI test and DTD parameter entity test.
- 2003-06-16 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : EmptyElementWithTwoAttributes() is now
- EmptyElementWithAttributes() and was added namespaced attribute tests.
- * XmlTextWriterTests.cs : added WriteWhitespace().
- 2003-06-10 Zoltan Varga <[email protected]>
- * XmlDocumentTests.cs: New test for null prefix and namespaceURI in
- CreateAttribute.
- 2003-06-01 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : added VerifyNCName().
- 2003-05-18 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added FlushDoesnTCloseTag() and
- WriteWhitespaceCloseTag() (patch by Jonathan Hogg).
- added more tests to AttributeWriteAttributeString().
- * XmlAttributeTests.cs : SetInnerTextAndXml() rewrite.
- 2003-05-16 Atsushi Enomoto <[email protected]>
- * XmlAttributeTests.cs : added NamespaceAttributes() and WriteTo().
- * XmlDocumentTests.cs : fixed invalid xml of DocumentWithDoctypeDecl()
- and not well-formed xml of OuterXmlWithDefaultXmlns().
- * XmlElementTests.cs : added IsEmpty(). fixed not well-formed xml of
- WriteToWithDefaultNamespace().
- * XmlNodeReaderTests.cs : fixed incorrect result expectation of
- ReadInnerXmlWrongInit().
- * XmlNodeTets.cs : applied USE_VERSION_1_1 for InsertBefore()/-After().
- * XmlReaderCommonTests.cs,
- XmlTextReaderTests.cs : moved EntityReference() and EntityReference-
- InsideText() to XmlTextReaderTests.cs, since XmlNodeReader is expected
- to resolve these entity references.
- * XmlTextWriterTests.cs : removed English-dependent error message check.
- fixed incorrect state-check ignorant blocks of WriteAttributes ().
- * XmlWriterTests.cs : modified WriteNodeFullDocument() and WriteNode-
- XmlDecl() as MS.NET results in.
- 2003-05-13 Martin Willemoes Hansen <[email protected]>
- * Tests inherits from Assertion and Assertion. prefixes removed
- 2003-05-05 Atsushi Enomoto <[email protected]>
- * added XmlConvertTests.cs.
- 2003-04-29 Atsushi Enomoto <[email protected]>
- * XmlAttributeTests.cs : added WriteTo.
- * XmlReaderCommonTests.cs,
- XmlTextReader.cs : fixed ReadInnerXml (check correct position.)
- Reverted EmptyElementWithStartAndEndTag, EmptyElementWithAttribute,
- and StartAndEndTagWithAttribute to XmlTextReaderTests.cs (because
- they requires IsEmptyElement = false, which is always true for
- XmlNodeReader).
- 2003-04-27 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs,
- XmlTextReaderTests.cs : Moved many tests to CommonTests.
- 2003-04-25 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : added some WriteNode() related testcases.
- 2003-04-13 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs: quick fix to comment out TestExternalDocument.
- * XmlDocumentTests.cs : quick fix to comment out LoadExternalUri and
- LoadDocumentWithIgnoreSection.
- 2003-04-12 Atsushi Enomoto <[email protected]>
- * added this file as a new entry.
- See ../ChangeLog to find ChangeLog entries before than this day.
|