2008-10-02  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : fixed couple of obsolete settings.

2008-06-04  Atsushi Enomoto  <atsushi@ximian.com>

	* XsltTestUtils.cs : fixed incorrect use of EnvOptions.WhitespaceStyle
	  for instance, not stylesheet.

2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile: it somehow does not work fine unless nunit-console.exe is
	  here. So just copy it here when building the test.

2006-08-15  Andrew Skiba <andrews@mainsoft.com>

	* knownFailures.jvm.cs: add false alarm to the knownFailures

2006-08-15  Andrew Skiba <andrews@mainsoft.com>

	* Makefile: support PROFILE net_2_0

2006-05-31  Andrew Skiba <andrews@mainsoft.com>

	* knownFailures.jvm.cs, xslttest.cs: add jvm specific known failures

2006-04-03  Andrew Skiba <andrews@mainsoft.com>
	
	* xslt.vmwcsproj, xslt.sln: use project reference for nunit

2006-04-03  Andrew Skiba <andrews@mainsoft.com>

	* xslt.vmwcsproj : refer nunit from mono tree

2006-03-15  Atsushi Enomoto <atsushi@ximian.com>

	* knownFailures.txt : removed two xsl:sort+current() tests.

2006-01-06  Atsushi Enomoto <atsushi@ximian.com>

	* XsltTestUtils.cs,
	  catalog.sed,
	  xslttest.cs,
	  Makefile : To run under Linux, strip \r. Fixed mcs -r arguments
	  (case sensitive).

2005-11-23  Vladimir Krasnov  <vladimirk@mainsoft.com>

	* ignore.lst: adeed Keys__91835, idkey_idkey18, idkey_idkey50
	because failed in .NET

2005-10-23  Andrew Skiba  <andrews@mainsoft.com>

	* knownFailures.lst, fixme.lst: remove fixed testcases.

2005-10-23  Andrew Skiba  <andrews@mainsoft.com>

	* XsltTestUtils.cs, xslt.vmwcsproj, xslt.sln, xslttest.cs, XmlCompare.cs,
	Makefile: make XML compare to reduce the noise from attribute order and
	namespace names (not URIs)

2005-10-23  Andrew Skiba  <andrews@mainsoft.com>

	* xslt.sln, xslt.vmwcsproj, README.j2ee, run-test.j2ee.bat: add files
	that help to run tests on Grasshopper

2005-08-09  Andrew Skiba  <andrews@mainsoft.com>

	* xslttest.cs: fix the different results message

2005-07-06  Andrew Skiba  <andrews@mainsoft.com>

	* Makefile, xslttest.cs: convert to be executed from NUnit
	* XsltTestUtils.cs, generate.cs: added
	* fixme.lst: update with currently failing tests

2005-06-28  Andrew Skiba  <andrews@mainsoft.com>

	* Makefile: touch file, not directory, doh!
	* fixme.lst: added
	* knownFailures: remove fixed testcases

2005-06-09  Andrew Skiba  <andrews@mainsoft.com>

	* Makefile, catalog-fixed.diff : Patch the fixed catalog to correct things 
	I could not fix with sed script

2005-06-06  Andrew Skiba  <andrews@mainsoft.com>

	* xslttest.cs : change messages

2005-06-06  Andrew Skiba  <andrews@mainsoft.com>

	* xslttest.cs : make the input and output files look similar to System.Xml/W3C suite
	* Makefile : reflect the change in the CLI of the xslttest.cs

2005-05-23  Andrew Skiba  <andrews@mainsoft.com>

	* xslttest.cs : wrap streams with using {...} so the file descriptors
	are closed at time

2005-05-22  Andrew Skiba  <andrews@mainsoft.com>

	* Makefile : permit to create reference results on Mono; change
	comments in Makefile, so they are not printed during the
	build
	* xslttest.cs : forgot to write the generated results

2005-05-19  Andrew Skiba  <andrews@mainsoft.com>

	* ignore.lst : ignore 2 performance tests, as we don't time them
	anyway
	* Makefile : store dom results in separate place, remove mainsoft
	testssuite, handle reference results better
	* xslttest.cs : improve reporting, improve path handling, store
	results in different place
	
2005-05-17  Andrew Skiba  <andrews@mainsoft.com>

	* xslttest.cs : xsl:message is always printed on stdout. So to clean
	our output from	those messages I output everything to stderr and send
	stdout to /dev/null

2005-05-17  Andrew Skiba  <andrews@mainsoft.com>

	* xslttest.cs : output the list of failed tests

2005-05-17  Andrew Skiba  <andrews@mainsoft.com>

	* xslttest.cs : output progress symbols (".", "e", etc.), some
	clean-up and refactoring.
	
2005-05-09  Atsushi Enomoto <atsushi@ximian.com>

	* Makefile : now *.out does not match the all reference outputs, namely
	  those from MSFT_Conformance_Tests (mostly *.txt).
	  So use "xslttest.exe --list" instead of "find".

2005-05-09  Andrew Skiba  <andrews@mainsoft.com>

	* catalog.sed : fix more names in the catalog, add the missing
	backslash before '+' in the sed rules

2005-05-09  Andrew Skiba  <andrews@mainsoft.com>

	* Makefile : delete an obsolete dependency from deleted
	simplify.xsl

2005-05-09  Andrew Skiba  <andrews@mainsoft.com>

	* prepare.cs : delete an obsolete file

2005-05-08  Andrew Skiba  <andrews@mainsoft.com>

	* catalog.sed : fix a bad dirname for Value-of tests
	* Makefile, alltests.cs : make alltests.cs use the same catalog as
	xslttest.cs and output '.' and 'E' for test results
	* simplify.xsl : deleted

2005-05-08  Andrew Skiba  <andrews@mainsoft.com>

	* catalog.sed : fix a typo

2005-05-08  Andrew Skiba  <andrews@mainsoft.com>

	* catalog.diff : deleted, replaced by catalog.sed
	* catalog.sed : added new file
	* Makefile : now it does not exctract catalog every run; output
	patched catalog into a different filename; breaked the extraction into
	a separate target so it's done only when needed.
	* xslttest.cs : open a patched catalog, not an original one
	
2005-03-22  Atsushi Enomoto <atsushi@ximian.com>

	* xslttest.cs, alltest.cs : Now that xsl:key got improved, there is
	  no need to skip those tests.

2005-03-14  Atsushi Enomoto <atsushi@ximian.com>

	* xslttest.cs,
	  alltest.cs : reduced some key exclusions (fixed some).
	* ignore.lst : updated ignored cases.

2005-03-04  Atsushi Enomoto <atsushi@ximian.com>

	* ignore.lst : still more ignored cases.

2005-02-25  Atsushi Enomoto <atsushi@ximian.com>

	* ignore.lst : more ignored cases. fixed some test IDs.

2005-02-25  Atsushi Enomoto <atsushi@ximian.com>

	* ignore.lst : new file. It is used to exclude buggy MS results from
	  tests.
	* xslttest.cs, alltest.cs : Ignore testcases written in "ignore.lst".
	* XmlNormalizer.cs : It should not remove whitespace nodes.

2005-02-25  Atsushi Enomoto <atsushi@ximian.com>

	* xslttest.cs, alltest.cs : more disabled cases (stoppers).

2005-02-22  Atsushi Enomoto <atsushi@ximian.com>

	* xslttest.cs : Updated skipped targets. 
	* alltest.cs : introduced skipped targets. Now reverted the previous
	  change to use XmlTextWriter again.
	* Makefile : now don't check large archives everytime we do run-test.
	* simplify.xsl : don't exclude skipped targets here.

2005-02-21  Atsushi Enomoto <atsushi@ximian.com>

	* Makefile : updated the expected "run-test-ms" output (reflecting fix
	  for alltest.cs.)

2005-02-21  Atsushi Enomoto <atsushi@ximian.com>

	* simplify.xsl : currently key to external document results in
	  infinite loop. Should be fixed but for now exclude from tests.
	* alltest.cs : Don't use XmlTextWriter for transformation output. It
	  prevents us from testing html output.
	* Makefile : now RUNTIME could be empty string (for MS output
	  generation).

2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>

	* catalog.diff : changed diff format to unified style.

2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : more tiny rm -f fix.

2005-02-14  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile.mstest : removed old file.
	* XmlNormalizer.cs,
	  cleanup-output.pl,
	  Makefile :
	  Added make distclean.
	  Added normalization support using Andrew Skiba's xmlnorm.

	  Updated ExpectedResults archive as to be normalized in sync with
	  this patch (the archive was renamed.)

2005-02-11  Atsushi Enomoto  <atsushi@ximian.com>

	* catalog.diff : eliminated mixed line ending

2005-02-10  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : clean more.
	* xalan-correct-catalog.xml : removed old file.

2005-02-10  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : added patching step against buggy catalog.xml.
	  Build both xslttest.exe and alltest.exe.

2005-02-09  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile, xslttest.cs : Rewrote to be runnable against the latest
	  draft version of OASIS XSLT tests. Also, Makefile now unifies
	  existing xslttest.exe and new alltest.exe (might be renamed later).
	* simplify.xsl : added comment.
	* alltest.cs : code format.

2005-02-09  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile.mstest,
	  alltest.cs,
	  simplify.xsl : another test runner from MainSoft. See the top of
	  Makefile.mstest. IMPORTANT: it can't co-exist with existing tests
	  extracted.

2004-12-03  Atsushi Enomoto  <atsushi@ximian.com>

	* xslttest.cs : improved. See "mono xslttest.exe -?" for details.
	* Makefile : modified "make test" to "make run-test" and output
	  results into TestResult.Xml that contains all results.
	* README : updated as well.

2004-01-28  Atsushi Enomoto  <atsushi@ximian.com>

	* xslttest.cs : Now it tests against XPathDocument. Reduced error msgs.

2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>

	* Added testresults.tar.gz and README.
	* Modified Makefile.

2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>

	* Added missing xalan_correct_catalog.xml.
	* Makefile : a bit improved.

2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile, prepare.cs, xslttest.cs : Initial checkin.
