90 lines
2.7 KiB
Plaintext
90 lines
2.7 KiB
Plaintext
|
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.
|
||
|
|