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
2009-05-22* XmlSchemaTests.cs: added tests for bug #502115.Gert Driesen
* extension-attr-redefine-*.xsd: new test files. svn path=/trunk/mcs/; revision=134592
2009-04-222009-04-22 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlSchemaValidator.cs : quick fix for bug #496205. Reset xsi:type and endelement. * XmlSchemaValidatorTests.cs : added test for bug #496192 and #496205. * 496192.xml, 496192.xsd : new test files. svn path=/trunk/mcs/; revision=132351
2008-12-152008-12-15 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* import-subst-dbr-base.xsd, import-subst-dbr-ext.xsd : new test files. svn path=/trunk/mcs/; revision=121510
2008-09-092008-09-09 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlSchemaValidator.cs : do not try to validate CloseStartElement when it should be skipped. Fixed bug #422581. * XmlSchemaValidatorTests.cs : added test for bug #422581. * 422581.xsd, 422581.xml : new files. svn path=/trunk/mcs/; revision=112583
2008-07-172008-07-17 Marek Safar <marek.safar@gmail.com>Marek Safar
* String.cs: reverted GetHashCode changes. svn path=/trunk/mcs/; revision=108116
2008-07-01Updated.Marek Safar
svn path=/trunk/mcs/; revision=106969
2008-06-062008-06-06 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* importNamespaceTest.xsd, xsdimporttest.xml, importedNamespace.xsd: ugh, I did a couple of broken patch -i operations. svn path=/trunk/mcs/; revision=105159
2008-06-062008-06-06 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlSchema.cs : fixed bug #397612, patch by James Fitzsimons. in ProcessExternal(), Make xs:import without schemaLocation work fine as if it were with schemaLocation. 2008-06-06 James Fitzsimons <james.fitzsimons@gmail.com> * XmlSchemaTests.cs: added test for bug #397612. * XmlSchemaAssertion.cs : make sure to close schema XmlReader. 2008-06-06 Atsushi Enomoto <atsushi@ximian.com> * importNamespaceTest.xsd, xsdimporttest.xml, importedNamespace.xsd: new test files. svn path=/trunk/mcs/; revision=105144
2008-06-062008-06-06 James Fitzsimons <james.fitzsimons@gmail.com>Atsushi Eno
* XmlSchema.cs : Changed GetResolvedUri to return Uri in correct case to make compatible with the Microsoft.NET framework. * XmlSchemaTests.cs: added test to support change to GetResolvedUri to return Uri in correct case to make compatible with the Microsoft.NET framework. 2008-06-06 Atsushi Enomoto <atsushi@ximian.com> * resolveUriSchema.xsd : (actually I've incorrectly added it before the actual test checkin) Fixed schemaLocation. svn path=/trunk/mcs/; revision=105141
2008-06-032008-06-03 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XslVariable.cs : In XslGeneralVariable.Evaluate(), always wrap custom XPathNodeIterator with XsltContext so that the iterator can resolve variables. Fixed bug #316238. * XslTransformTests.cs : added test for bug #316238. * 316238-1.xsl, 316238-2.xsl : new test files. svn path=/trunk/mcs/; revision=104748
2008-05-222008-05-22 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XslCompiledTransform.cs : in XmlWriterSettings, use ConformanceLevel.Fragment to allow fragment output. In Transform(string,string), use TextWriter output instead of XmlWriter to control xml declaration output. Fixed bug #391424. * XslTransformTests.cs : added test for bug #391424. * 391424.xml, 391424.xsl : new test files. * Makefile : more simplification (and I forgot the syntax again :/) svn path=/trunk/mcs/; revision=103783
2008-05-222008-05-22 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* resolveUriSchema.xsd : forgot to add. * Makefile : EXTRA_DISTFILES is becoming messy, so simplify it. svn path=/trunk/mcs/; revision=103780
2008-04-032008-04-02 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XsdParticleValidationState.cs : a choice with only empty particle children is emptiable. Fixed bug #376395. * XsdValidatingReaderTests.cs : added test for bug #376395. * 376395.xml, 376395.xsd : new test files. * Makefile : extra distfiles (376395.xml, 376395.xsd). svn path=/trunk/mcs/; revision=99679
2008-03-30* 82078.xsd: Added new complex type as test for duplicate fieldGert Driesen
name. * MapCodeGenerator.cs: Ensure fields that back properties are unique. * XmlSerializationReaderTests.cs: Marked HandleOutAttributeParameters test as NotDotNet on 1.0 profile. * XmlCodeExporterTests.cs: Improved test for duplicate identifiers. Fixed ExportTypeMapping_Root and ExportTypeMapping_Field tests to pass on .NET 2.0. svn path=/trunk/mcs/; revision=99345
2008-02-192008-02-19 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlSchema.cs : Do recursively process xs:include inside included schemas. Fixed bug #361818. * XmlSchemaTests.cs: added test for bug #361818. * 361818.xsd, 361818-2.xsd, 361818-3.xsd : new test files. * Makefile : extra distfiles (361818*.xsd). svn path=/trunk/mcs/; revision=96159
2008-02-042008-02-04 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlSchemaValidator.cs : added couple of null argument check. Do not depend on XmlSchemaInfo to retrieve attribute value (it could be null). Do not practically validate attribute when it is not in validating state (i.e. inside xs:any). Fixed bug #358408. * XmlSchemaValidatorTests.cs : new. Test for bug #358408. * 358408.xsd : new test file. * System.Xml_test.dll.sources : added XmlSchemaValidatorTests.cs. * Makefile : extra distfiles (358408.xsd). svn path=/trunk/mcs/; revision=94729
2007-10-31actually I gave wrong file name.Atsushi Eno
svn path=/trunk/mcs/; revision=88564
2007-10-312007-10-31 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XsdValidatingReader.cs : r68046 didn't really fix the issue. Enabled the actual fix. and fixed bug #336625. * XsdValidatingReaderTests.cs : added test for #336625. * 336625.xsd : new test file. * Makefile : extra distfiles (336625.xsd). svn path=/trunk/mcs/; revision=88537
2007-09-212007-09-21 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* GenericOutputter.cs : fixed possible conflict for auto-filled attribute prefixes. Fixed bug #325482. * XslTransformTests.cs : added test for bug #325482. * 325482.xml, 325482.xsl : new test files. * Makefile : extra distfiles (325482.xml / 325482.xsl). svn path=/trunk/mcs/; revision=86132
2007-08-212007-08-21 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* MapCodeGenerator.cs : avoid possible duplicates in generated field names. Fixed bug #82078. * XmlCodeExporterTests.cs : test for bug #82078. * 82078.xsd : new test file. * Makefile : extra distfiles (82078.xsd). svn path=/trunk/mcs/; revision=84531
2007-08-212007-08-21 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XslFunctions.cs : fix wrong unboxing in extension functions. Fixed bug #82493. * XslTransformTests.cs : added test for bug #82493. * 82394.xml, 82493.xsl : new test files. * Makefile : extra distfiles (82493.xml/.xsl). svn path=/trunk/mcs/; revision=84526
2007-08-022007-08-02 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlSchemaComplexType.cs, XmlSchemaComplexContentRestriction.cs : in Validate(), every descendant item in complexType must be first validated before getting GetOptimizedParticle(), or it could result in wrong content particle. Fixed bug #82010. * XsdValidatingReaderTests.cs : test for bug #82010. * 82010.xsd, 82010.xml : new test files. * Makefile : extra distfiles (82010.xml/.xsd). svn path=/trunk/mcs/; revision=83272
2007-04-242007-04-24 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlSchema.cs XmlSchemaGroup.cs XmlSchemaAny.cs XmlSchemaElement.cs XmlSchemaNotation.cs XmlSchemaComplexType.cs XmlSchemaAttributeGroup.cs XmlSchemaSimpleType.cs XmlSchemaIdentityConstraint.cs XmlSchemaAnyAttribute.cs XmlSchemaRedefine.cs XmlSchemaAttribute.cs : avoid incorrect compilation of included schemas, fixed bug #81360. more fix for wrong targetNamespace propagation within current processing model. Replaced ParentIsSchema field with a property. * XsdValidatingReaderTests.cs : added test for bug #81360. * 81360.xsd, 81360inc1.xsd, 81360inc2.xsd : new test files. * Makefile : added distfiles. svn path=/trunk/mcs/; revision=76184
2006-10-272006-10-27 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XsdValidatingReader.cs : Fixed bug #79650. Enumeration facet was not validated for attributes. Also, simple type restriction should require namespace manager to resolve QNames. * XmlSchemaSimpleTypeRestriction.cs : for facet validation, it should use namespacemanager. Though the change is not perfect, thus I disable this change for now. * XmlValidatingReaderTests.cs : added bug #79650 case. * 79650.xsd : added test for bug #79650. * Makefile : added 79650.xsd to dist file. svn path=/trunk/mcs/; revision=67031
2006-10-272006-10-27 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* DTDReader.cs : some parameter entity expansions were not done. Fixed bug #79683. * 79683.dtd : added for bug #79683. * XmlTextReaderTests.cs : added bug #79683 case. * Makefile : added 79683.dtd to dist file. svn path=/trunk/mcs/; revision=67025
2006-08-042006-08-04 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XsdIdentityState.cs : Fixed bug #78985. If there are two identical field path "@key" in two different keys where one is in scope within another, it incorrectly matched the attribute whose name is same but in different element hierarchy (depth). * XmlSchemaTest.cs : added bug #78985 case. * 78985.xsd, 78985.xml : test for bug #78985. svn path=/trunk/mcs/; revision=63338
2006-07-252006-07-25 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlSchema.cs : mutual schema import was failing because the compiling schema's SourceUri was not enlisted for nest check. * XmlSchemaTests.cs : added TestSimpleMutualImport(). * inter-inc-1.xsd, inter-inc-2.xsd : new test files for TestSimpleMutualImport(). svn path=/trunk/mcs/; revision=62941
2006-04-072006-04-07 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XslTransformProcessor.cs : push current node context after iterating template target node. Added another NodesetMoveNext() which takes explicit XPathNodeIterator to iterate and filter whitespaces out. * XslForEach.cs : push current node context after iterating "selected" node-set. * XslTransformTests.cs : added CurrentInSelect(). * current-in-select.xml current-in-select.xsl current-in-select.ref : new files for XslTransformTests.CurrentInSelect(). svn path=/trunk/mcs/; revision=59172
2006-04-072006-04-07 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XslTransformProcessor.cs : in NodesetMoveNext() take XPathContext.PreserveWhitespace() into consideration. * XslTransformTests.cs : added StripSpace(). * stripspace.xml, stripspace.xsl : added strip-space testcases. svn path=/trunk/mcs/; revision=59160
2006-03-022006-03-02 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlSchema.cs : seems like there is XmlSchemaExternal.Schema property that is filled after Compile(). Fixed bug #77687. * XmlSchemaTests.cs : added test for bug #77687. * 77687.xsd, 77687inc.xsd : test for bug #77687. svn path=/trunk/mcs/; revision=57495
2006-01-112006-01-11 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* datatypesTest.xsd : missing required file for xsd tests. svn path=/trunk/mcs/; revision=55364
2005-12-262005-12-26 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XsdValidatingReader.cs : Fixed the bug that only the last * schema URL in a schemaLocation was processed. Patch by Vorobiev Maksim. * XsdValidatingReaderTests.cs : test for multi URLs in schemaLocation. Test by Vorobiev Maskim. * multi-schemaLocation.xml, x-net-config-storage-factory-provider-schema.xsd, x-net-config-schema.xsd : test support files for XsdValidatingReaderTests .MultipleSchemaInSchemaLocation() by Vorobiev Maskim. svn path=/trunk/mcs/; revision=54848
2005-11-172005-11-17 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>Atsushi Eno
* XslTransformTests.cs : added WhitespaceHandling (). * 91834.xml, 91834a.xml, 91834.xsl : I ended up to add new files here. svn path=/trunk/mcs/; revision=53192
2005-09-142005-09-14 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
in System.Xml: * XmlTextReader.cs : when there is a heading half of surrogate * at the end of read buffer, it didn't treat it as a surrogate. Fixed bug #76102. in Test/System.Xml: * XmlTextReaderTests.cs : added #76102 testcase. in Test/XmlFiles: * 76102.xml : added test for bug #76102. in Test/System.Xml/W3C: * Makefile: build fix. svn path=/trunk/mcs/; revision=50050
2005-06-27more executable bitsBen Maurer
svn path=/trunk/mcs/; revision=46568
2004-09-062004-09-06 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* added simple.xml (to be used for some tests). svn path=/trunk/mcs/; revision=33430
2004-07-08Test updateLluis Sanchez
svn path=/trunk/mcs/; revision=30869
2004-03-24added literal-data.xml. This file is used by ComplexDataStructure.cs.Lluis Sanchez
svn path=/trunk/mcs/; revision=24542
2004-01-032004-01-03 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Added 2,3,4,5 and 6.xsd svn path=/trunk/mcs/; revision=21637
2003-08-242003-08-24 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>Atsushi Eno
* 1.xsd, 2.xsd, 3.xsd, 4.xsd : Initial checkin. svn path=/trunk/mcs/; revision=17557
2003-07-192003-07-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>Atsushi Eno
* added 1.xsd. svn path=/trunk/mcs/; revision=16432
2003-06-152003-06-16 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>Atsushi Eno
* added nested-dtd-test.xml, nested-dtd-test.dtd, nested-included.dtd. svn path=/trunk/mcs/; revision=15428
2003-05-052003-05-05 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>Atsushi Eno
* xml.xsd : fixed invalid close tag. svn path=/trunk/mcs/; revision=14295
2003-04-122003-04-12 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>Atsushi Eno
* added this file along with this new directory. svn path=/trunk/mcs/; revision=13552