2005-10-06  Per Bothner  <per@bothner.com>

	* expectedmul.xml: Remove no-longer-emitted incorrect spaces.

2005-09-26  Per Bothner  <per@bothner.com>

	* use-cases.xql: Add 8 more use-cases.

2005-09-25  Per Bothner  <per@bothner.com>

	* use-cases.xql: Add two use-cases for 'order by'.

2005-08-18  Per Bothner  <per@bothner.com>

	* use-cases.xml: Can remove some kludges since fn:doc now properly
	caches the document.
	Also add new new use-cases that depended on distinct-values.
	(R/Q11): Since fn:max now atomizes can remove kludge.

	* use-cases.xml: Update standard function document -> doc.
	* maketab1.xql: Likewise.

2005-08-16  Per Bothner  <per@bothner.com>

	* TestMisc.java (main): Add test for prefix-from-QName.

2005-07-27  Per Bothner  <per@bothner.com>

	* multab.xql ($max, $caption): New external variables in prologue.
	* Makefile.am (check-multab): Pass extra parameters.
	* expectedmul.xml: Update for modified output.

2005-07-21  Per Bothner  <per@bothner.com>

	* TestSuite.java (main): Do XQuery.registerEnvironment first.

	* Makefile.am (check-multab): Specify pretty-printing.
	* multab.xql>: Remove strings with explicit enwlines.
	* expectedmul.xml: New expected pretty output.

2004-12-22  Per Bothner  <per@bothner.com>

	* use-cases.xml: Update syntax for enclosed expression in atrtribute.
	* TestMisc.java: Update serialization for QName.

2004-12-12  Per Bothner  <per@bothner.com>

	* bad-1.xql: New bad-syntax test.
	* expected-1.errs: Expected error output.
	* Makefile.am: Update accordingly.
	(bad-1.log, check-bad-1): New rules.

	* TestMisc.java: Update for improved error locations.

2004-12-11  Per Bothner  <per@bothner.com>

	* TestMisc.java: Update 'instanceof' instance of'.
	* mod1.xql: Update declaration syntax.
	* mod2.xql: Likewise.
	* usemod.xql: Likewise.

2004-12-07  Per Bothner  <per@bothner.com>

	* TestMisc.java: Add missing "local:" prefixes.
	* descend.xql: Likewise.
	* use-cases.xml: Likewise.
	* tab.html: Fix expected output.

2004-11-08  Per Bothner  <per@bothner.com>

	* maketab1.xql: Use child:: axis, not non-standard children function.
	* tab.html: Whitespace-tweak expected output.

2004-11-06  Per Bothner  <per@bothner.com>

	* TestMisc.java (main): Add tests for node-name, local-name-from-QName,
	namespace-uri-from-QName, namespace-uri-for-prefix.

2004-05-29  Per Bothner  <per@bothner.com>

	* TestMisc.java (main):  Some extra tests for ingnorable space,
	comments, pi-data, CDATA in element constructors.

2004-05-28  Per Bothner  <per@bothner.com>

	* TestMisc.java (toString):  New static method.
	(main):  Use it.

2004-05-05  Per Bothner  <per@bothner.com>

	* TestMisc.java (main):  Expected output now includes CDATA.

2004-04-18  Per Bothner  <per@bothner.com>

	* TestMisc.java (main):  Include comment in expected output.
	* tab.html:  Likewise.

2004-03-08  Per Bothner  <per@bothner.com>

	* exp-format-users.html:  Don't expect XML declaration.

2004-01-12  Per Bothner  <per@bothner.com>

	* TestMisc.java (main): New testcase for navigating from attribute
	to parent based on bug reported 2003-11-29 by sascha_opletal@web.de.

	* exp-format-users.html:  Update to include XML declaration.

2003-12-26  Per Bothner  <per@bothner.com>

	* TestMisc.java:  Added a new test.

2003-12-25  Per Bothner  <per@bothner.com>

	* TestMisc.java:  Add test for namespace declaration attribute.
	Fix output from another test.

2003-12-21  Per Bothner  <per@bothner.com>

	* Makefile.am (usemod.class):  Specify CLASSPATH explicitly.
	Otherwith we don't find Mod1 when configured --with-gcj.

2003-11-25  Per Bothner  <per@bothner.com>

	* Makefile.am (EXTRA_DIST):  Add new files.

2003-11-21  Per Bothner  <per@bothner.com>

	* TestMisc.java (main):  If M > N then M to N is now empty.

2003-11-09  Per Bothner  <per@bothner.com>

	* TestMisc.java (matchTest): New method
	(evalTest):  Use matchTest.
	(main):  Added 4 tests for evalWithFocus.

2003-11-02  Per Bothner  <per@bothner.com>

	* TestMisc.java (eval): Replace 'parseFile' call by call to new
	'parse' method.

2003-10-30  Per Bothner  <per@bothner.com>

	* auction.xml.in:  New test data.
	* use-cases.xml:  Add 5 new testcases, and clean up an old one.

2003-10-29  Per Bothner  <per@bothner.com>

	* TestMisc.java:  Update for output of namespace declaration.

2003-10-19  Per Bothner  <per@bothner.com>

	* TestMisc.java (main): 3 new tests for 'some/every ... satsifies'.
	9 new tests for 'union/intersect/except'.
	(evalNodeNames):  New convenience method.

2003-10-12  Per Bothner  <per@bothner.com>

	* TestMisc.java (eval):  Re-write to use parseFile rather than parse.

	* mod1.xql, mod2.xql, usemod.xql:  Sources for library module test.
	* usemod.exp:  Expected output for new test.
	* Makefile.am:  Rules for new test.

2003-10-08  Per Bothner  <per@bothner.com>

	* TestMisc.java (main):  Add 4 new tests.

	* descend.xql:  Update for revised XQuery syntax.
	* maketab1.xql:  Likewise.

2003-09-18  Per Bothner  <per@bothner.com>

	* TestMisc.java:  Two tests for absolute path expressions.

2003-09-14  Per Bothner  <per@bothner.com>

	* outline.xml.in:  New data file.
	* TestMisc.java:  New tests for new axes.

	* TestMisc,java:  Use doc instead of document.

2003-09-11  Per Bothner  <per@bothner.com>

	* TestMisc.java (main):  Add semi-colons after declarations.
	Update xmlspace declarations.
	* use-cases.xml:  Various updates.

2003-09-10  Per Bothner  <per@bothner.com>

	* TestMisc.java:  New test for 'at' clause in FLWOR.
	Update 'define function' to 'declare function'.

2003-08-03  Per Bothner  <per@bothner.com>

	* report1.xml.in:  New data file.
	* Makefile.am (EXTRA_DIST):  Add report1.xml.in.
	* use-cases.xml:  Add 3 more use cases: SEQ Q1, Q2; R Q4.

	* TestMisc.java (main):  Fix/update some tests.
	Add 4 tests for boundary whitespace and	declare xmlspace.
	* maketab1.xql:  Add a now-needed xmlspace declaration.
	* use-cases.xml:  Add 4 more use cases.
	Update older test cases to match official uses cases.

2003-07-26  Per Bothner  <per@bothner.com>

	* TestMisc.java (main):  Add test for distinct-nodes.

2003-07-23  Per Bothner  <per@bothner.com>

	* TestMisc.java:  Add 3 more tests.

2003-07-10  Per Bothner  <per@bothner.com>

	* TestMisc.java:  New tests based on bugs reported by Francois Leygues
	<vizawalou@wanadoo.fr> 6/17 and 7/5.

2003-06-27  Per Bothner  <per@bothner.com>

	* TestMisc.java:  New test based on report from vizawalou@wanadoo.fr.

2003-05-21  Per Bothner  <per@bothner.com>

	* TestMisc.java (main):  Test case.
	Bug reported 05-18 by Seshukumar_Adiraju@infosys.com.

2003-05-13  Per Bothner  <per@bothner.com>

	* TestMisc.java:  Update and add new tests for new type syntax.

2003-05-10  Per Bothner  <per@bothner.com>

	* TestMisc.java (main):  Add new test for string literal
	with quoted apostrofe and character references.
	Fix one test as '&' in string literals no longer stand for themselves.

2003-03-29  Per Bothner  <per@bothner.com>

	* TestMisc.java (main):  Add parameter type specification, since
	otherwise 'new File(x)' is ambiguous in JDK 1.4.

	* TestMisc.java (main):  Add two tests for substring.

	* TestMisc.java (evalTest):  Guard against null base exception.

2003-03-04  Per Bothner  <per@bothner.com>

	* TestMisc.java:  Add a test for computed constructors.

2003-01-24  Per Bothner  <per@bothner.com>

	* TestMisc.java:  Update expected error message.

2002-11-20  Per Bothner  <bothner@bothner.com>

	* TestMisc.java:  Add 3 tests for QNames for method invocation.

2002-10-22  Per Bothner  <per@bothner.com>

	* TestMisc.java:  Update 'namespace' to 'declare namespace'.

2002-07-28  Per Bothner  <per@bothner.com>

	* TestMisc.java (main):  Add 4 for tests for type testing.

2002-07-24  Per Bothner  <per@bothner.com>

	* TesMisc.java (eval):  Update for gnu.expr changes.

2002-06-24  Per Bothner  <per@bothner.com>

	* TestSuite.java (main):  Document.document method is renamed to parse.

2002-06-12  Per Bothner  <per@bothner.com>

	* exp-format-users.html:  First test for XSLT implementation.
	* format-users.xsl:  Expected output for latter.
	* Makefile.am (check-format-users):  New rule.

2002-06-11  Per Bothner  <per@bothner.com>

	* TestMisc.java:  New tests for descendant:: and descendant-or-self::.

2002-04-08  Per Bothner  <per@bothner.com>

	* TestMisc.java:  Added tests for node(), text() and children().

	* use-cases.xml:  We can now use text() as in the original use-cases.

2002-03-19  Per Bothner  <per@bothner.com>

	* TestMisc.java:  Add two tests of position().

2002-03-07  Per Bothner  <per@bothner.com>

	* bids.xml.in, items.xml.in, users.xml.in:  New test data files.
	* Makefile.am (EXTRA_DIST):  Add new files.
	* use-cases.xml:  Import 2 more test cases from W3C Use Cases.

2002-02-12  Per Bothner  <per@bothner.com>

	* TestMisc.java (eval):  Call CallContext.getInstance.

2002-02-05  Per Bothner  <per@bothner.com>

	* book1.xml.in:  New datafile for W3C use-cases.
	* reviews.xml.in:  New datafile for W3C use-cases.
	* Makefile.am (EXTRA_DIST)):  Update accordingly.
	* use-cases.xml:  Add 7 new tests from W3C use-cases.

2002-01-29  Per Bothner  <per@bothner.com>

	* TestMisc.java (printSummary):  New method.
	(main):  Call printSummary.

	* TestMisc.java (matches):  New method.
	(evalTest):  Use matches rather than equals.
	* TestSuite.java:  New class, inherits from TestMisc.
	* bib.xml.in:  New data file, referenced from uses-cases.xml.
	* use-cases.xml:  New collection of tests, from W3C use-cases.
	* Makefile.am:  Upadte for new test.

2002-01-21  Per Bothner  <per@bothner.com>

	* TestMisc.java (main): Add test for 'for'-'where'.
	Add test for 'unescaped-data'.

2002-01-07  Per Bothner  <per@bothner.com>

	* tab.xml.in:  Add some CDATA and a comment to verify they work.

2001-11-18  Per Bothner  <per@bothner.com>

	* TestMisc.java:  Change 3.4 and 4.4.to 3.5 and 4.5 to avoid
	risk of round-off error.

	* TestMisc.java:  Specify package as gnu.xquery.testsuite.
	* Makefile.am (TestMisc.class, check-misc):  Change accordingly.

2001-11-12  Per Bothner  <per@bothner.com>

	* TestMisc.java:  More new tests.

2001-11-06  Per Bothner  <per@bothner.com>

	* TestMisc.java:  A bunch of new tests, plus removed expected failure.

2001-11-01  Per Bothner  <per@bothner.com>

	* tab.xml.in:  Add some attributes so we can test for that.
	* TestMisc.java:  New class with many small tests.
	* test1.xql, expected1.xml:  Removed - subsumed by TestMisc.java.
	* Makefile.am: Update accordingly.

2001-10-02  Per Bothner  <per@bothner.com>

	* descend.xql:  New test program.
	* expdescend.xml:  New expected output.
	* Makefile.am (check-descend, descend):  New rules.

2001-09-25  Per Bothner  <per@bothner.com>

	* multab.xql: Remove no-longer-needed outermost parens.
	* Makefile.am (check-test1, check-maketab1):  Better output.

2001-09-24  Per Bothner  <per@bothner.com>

	* multab.xql:  New test - generate multiplication table.
	* expectedmul.xml:  New file - expected output of multab.xql.
	* Makefile.am:  Update for new test.

2001-08-23  Per Bothner  <per@bothner.com>

	* tab.xml.in. maketab1.xql, tab.html:  New files - new testcase.
	* Makefile.am:  Rules for new testcase.

2001-08-17  Per Bothner  <per@bothner.com>

	* test1.xql:  Remove no-longer needed parens.
	* Makefile.am (SOURCES):  Add expected.xml.

2001-07-18  Per Bothner  <per@bothner.com>

	New directory.
	* test1.xql:  New simple test case for XQuery language.
	* expected1.xml:  Expected output from test1.xql.

