You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,239 +0,0 @@
|
||||
2009-11-20 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test for bug #556619 by
|
||||
Tor Lillqvist.
|
||||
|
||||
2009-04-15 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : test for bug #457065 by Leszek Ciesielski.
|
||||
|
||||
2008-12-09 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : test for bug #450797 by Jonathan Anderson.
|
||||
|
||||
2008-10-02 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : removed extra NotDotNet.
|
||||
|
||||
2008-06-04 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test for bug #378239.
|
||||
|
||||
2008-06-03 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test for bug #316238.
|
||||
|
||||
2008-05-22 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test for bug #391424.
|
||||
|
||||
2008-01-19 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test for bug #322551.
|
||||
|
||||
2008-01-08 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test from bug #351939.
|
||||
(by Tor Lillqvist)
|
||||
|
||||
2007-12-27 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test for bug #349375. (Actually the
|
||||
previous checkin fixed bug #349375.)
|
||||
Added another notworking one inspired by the same bug.
|
||||
|
||||
2007-12-17 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test for bug #349111.
|
||||
|
||||
2007-12-17 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test for bug #349035.
|
||||
|
||||
2007-12-17 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test for bug #348786.
|
||||
|
||||
2007-09-21 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test for bug #325482.
|
||||
|
||||
2007-08-21 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test for bug #82493.
|
||||
|
||||
2007-08-08 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test for bug #82357.
|
||||
|
||||
2006-04-07 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added CurrentInSelect().
|
||||
|
||||
2006-04-07 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added StripSpace().
|
||||
|
||||
2006-01-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added DocTypeAfterText().
|
||||
|
||||
2006-01-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : Output_Indent_Xml_DocType() is working now.
|
||||
|
||||
2005-12-27 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* XslTransformTests.cs: Extended html indentation test (and marked
|
||||
it NotWorking). Added tests for MS bugs (that have been fixed since).
|
||||
|
||||
2005-12-24 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* XslTransformTests.cs: Enabled forwards compatible tests.
|
||||
|
||||
2005-12-23 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* XslTransformTests.cs: Added forwards compatible tests.
|
||||
|
||||
2005-12-23 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* XslTransformTests.cs: Added working XML/HTML indentation tests.
|
||||
|
||||
2005-12-23 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* XslTransformTests.cs: Added bug numbers to test cases.
|
||||
|
||||
2005-12-17 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* XsltCompileExceptionTests.cs: Added tests for ctors.
|
||||
* XsltExceptionTests.cs: Added tests for ctors.
|
||||
* XslTransformTests.cs: Added tests for validation of <xsl:output>
|
||||
attributes.
|
||||
|
||||
2005-12-12 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : (LocalParameter) [NotDotNet] should not have
|
||||
been undone.
|
||||
|
||||
2005-12-04 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* XslTransformTests.cs: Explictly omit xml declaration, allowing
|
||||
test to pass on both Mono and MS.NET.
|
||||
|
||||
2005-12-04 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* XslTransformTests.cs: Undo formatting changes.
|
||||
|
||||
2005-12-04 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* XslTransformTests.cs: Added test for MS bug, described in KB834667.
|
||||
|
||||
2005-12-04 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* XslTransformTests.cs: Added test for sorting an empty node set, which
|
||||
is also a test for omitting XML declaration if no XML is output.
|
||||
No longer derive from deprecated Assertion class, formatting updates.
|
||||
|
||||
2005-11-17 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added WhitespaceHandling ().
|
||||
|
||||
2005-10-24 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test for bug #76530.
|
||||
|
||||
2005-10-08 Zoltan Varga <vargaz@gmail.com>
|
||||
|
||||
* XslTransformTests.cs: Remove test which depends on random GC
|
||||
behaviour.
|
||||
|
||||
2005-09-10 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added testcase for bug #76115.
|
||||
* MSXslScriptTests.cs : added testcase for bug #76116.
|
||||
|
||||
2005-09-10 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added testcase for bug #76046.
|
||||
|
||||
2005-08-31 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* XsltArgumentListCas.cs: New. CAS unit tests for AddExtensionObject.
|
||||
Note that this is a LinkDemand so it will succeed in 2.0 (as the test
|
||||
is executed at fulltrust).
|
||||
* XsltCompileExceptionCas.cs: New. CAS unit tests for exception
|
||||
serialization.
|
||||
* XsltExceptionCas.cs: New. CAS unit tests for exception
|
||||
serialization.
|
||||
|
||||
2005-07-29 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added testcase for bug #75663.
|
||||
|
||||
2005-05-07 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* MSXslScriptTests.cs : added testcase for bug #74859.
|
||||
|
||||
2005-03-24 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added (extra) test which verifies that
|
||||
XslTransform.Load() and .Transform() does not hold reference to
|
||||
stylesheet/instance XPathNavigator inside its internals.
|
||||
|
||||
2005-03-23 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test that examines if XSLT rejects
|
||||
xsl:import incorrectly placed after other contents.
|
||||
|
||||
2005-03-22 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added test 1)that examines pattern sanity and
|
||||
2)that examines if empty element RTF is evaluated as true for bool.
|
||||
|
||||
2005-02-28 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* MsxslScriptTests.cs,
|
||||
XslTransformTests.cs : set NotWorking for msxsl:script tests (they
|
||||
premise runnable compilers existence which actually might not exist.)
|
||||
|
||||
2005-01-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* MsxslScriptTests.cs : actually it was not testing stylesheet.
|
||||
* XslTransformTests.cs : marked MSXslNodeSetRejectsNodeSet() as
|
||||
NotDotNet.
|
||||
|
||||
2004-06-06 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* MsxslScriptTests.cs : Namespace are required (found on fixing
|
||||
XmlTextReader's namespace bugfix).
|
||||
|
||||
2004-05-20 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : Added tests for msxsl:node-set().
|
||||
|
||||
2004-03-31 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* Added MsxslScriptTests.cs.
|
||||
|
||||
2004-03-24 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : Added InvalidStylesheet2().
|
||||
|
||||
2004-03-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : added some tests for invalid stylesheets.
|
||||
|
||||
2004-01-03 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XslTransformTests.cs : fixed incorrect file path, and output childnode
|
||||
count.
|
||||
|
||||
2003-05-13 Martin Willemoes Hansen <mwh@sysrq.dk>
|
||||
|
||||
* XslTransformTests.cs: Inherits from Assertion and Assertion.
|
||||
prefix removed.
|
||||
|
||||
2003-04-12 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
|
||||
|
||||
* added this file as a new entry.
|
||||
See ../ChangeLog to find former ChangeLog entries.
|
||||
Reference in New Issue
Block a user