Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -1,89 +0,0 @@
2009-01-20 Atsushi Enomoto <atsushi@ximian.com>
* RelaxngDatatypeProviderTests.cs : new test, based on bug #463267
by Mark Junker.
2009-01-20 Atsushi Enomoto <atsushi@ximian.com>
* RelaxngDatatypeProviderTests.cs : new test, based on bug #463264
by Mark Junker.
2008-11-11 Atsushi Enomoto <atsushi@ximian.com>
* RncTests.cs : added InheritDefaultNamespace().
2007-12-14 Atsushi Enomoto <atsushi@ximian.com>
* RelaxngReaderTests.cs : added test for bug #347945.
2006-04-18 Atsushi Enomoto <atsushi@ximian.com>
* RncTests.cs : added (my own) infocard rnc parsing test.
2006-04-11 Atsushi Enomoto <atsushi@ximian.com>
* NvdlValidatingReaderTests.cs : new file for NVDL test.
2006-04-04 Atsushi Enomoto <atsushi@ximian.com>
* RncTests.cs : added atom.rnc parsing test.
2006-04-04 Atsushi Enomoto <atsushi@ximian.com>
* RncTests.cs : added surrogate test and foreign-elements/attributes
ambiguity test.
2006-01-04 Atsushi Enomoto <atsushi@ximian.com>
* RelaxngValidatingReaderTests.cs : regressions mentioned in the
previous fix were solved.
2006-01-03 Atsushi Enomoto <atsushi@ximian.com>
* RelaxngValidatingReaderTests.cs : seems like there are some sort
of regressions. Will be fixed after my end of vacations.
2004-05-30 Atsushi Enomoto <atsushi@ximian.com>
* RncTests.cs : fixed test that got impossible to build anymore.
2004-05-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* RelaxngValidatingReaderTests.cs: this compiled with mcs but fails with
csc. Filed as bug #58222.
2004-03-17 Atsushi Enomoto <atsushi@ximian.com>
* Added RncTests.cs (compact syntax test).
* RelaxngReaderTests.cs : modified and fixed relaxng.rng reading test.
* RelaxngValidatingReaderTests.cs : Added relaxng.rng validation test.
2004-02-28 Atsushi Enomoto <atsushi@ximian.com>
* Removed Commons.Xml.Relaxng_test.args.
* RelaxngReaderTests.cs,
RelaxngValidatingReaderTests.cs : file path fix.
* XsdDatatypeTests.cs : It causes infinite loop (maybe bug in libs),
so comment out right now.
2004-02-28 Atsushi Enomoto <atsushi@ximian.com>
* Added XsdDatatypeTests.cs.
* RdpPatternTests.cs,
RelaxngReaderTests.cs,
RelaxngValidatingReaderTests.cs : library class change fixes.
2003-05-13 Martin Willemoes Hansen <mwh@sysrq.dk>
* makefile.gnu: Fixed name of assembly was changed
from Mono.Xml.Relaxng to
Commons.Xml.Relaxng.
* RdpPatternTests.cs, RelaxngReaderTests.cs:
Removed Assertion. prefixes and made them inherit from Assertion.
2003-04-29 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
* Started.
* added ChangeLog, RdpPatternTests.cs, RelaxngReaderTests.cs,
RelaxngValidatingReaderTests.cs, makefile.gnu,
Commons.Xml.Relaxng_test.args and Commons.Xml.Relaxng_test.build.

View File

@@ -1,38 +0,0 @@
2009-01-20 Atsushi Enomoto <atsushi@ximian.com>
* 463267.rng : new test file.
2009-01-20 Atsushi Enomoto <atsushi@ximian.com>
* 463264.rng : new test file.
2008-11-11 Atsushi Enomoto <atsushi@ximian.com>
* include-default-namespace.rnc,
include-default-namespace-included.rnc,
include-default-namespace.xml : new test files.
2007-04-18 Atsushi Enomoto <atsushi@ximian.com>
* schemas-xmlsoap-or-ws-2005-05-identity.rnc : new test schema.
2006-04-11 Atsushi Enomoto <atsushi@ximian.com>
* nvdl.nvdl, nvdl.rng : new file for nvdl validation.
2006-04-04 Atsushi Enomoto <atsushi@ximian.com>
* atom.rnc : new file for RNC parser test (It is from
http://atompub.org/2005/08/17/atom.rnc i.e.
http://www.ietf.org/rfc/rfc4287.txt).
2004-03-17 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
* Added relaxng.rng and relaxng.rnc.
2003-04-29 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
* Started.
* added ChangeLog, SimpleElementPattern1.xml, SimpleElementPattern1.rng,
SimpleElementPattern2.xml, SimpleElementPattern2.rng, team.xml,
team.rng.