Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2007-09-21 13:58:53 +0400
committerAtsushi Eno <atsushieno@gmail.com>2007-09-21 13:58:53 +0400
commitf34e30d372cf49104c8f951257aa8e47dd5a59bc (patch)
tree861789bd53a774593044f39b17791a5cf8946c4b /mcs/class/System.XML/Makefile
parent148c31a8b0d506daa81a6b839bd1773de6893581 (diff)
2007-09-21 Atsushi Enomoto <atsushi@ximian.com>
* GenericOutputter.cs : fixed possible conflict for auto-filled attribute prefixes. Fixed bug #325482. * XslTransformTests.cs : added test for bug #325482. * 325482.xml, 325482.xsl : new test files. * Makefile : extra distfiles (325482.xml / 325482.xsl). svn path=/trunk/mcs/; revision=86132
Diffstat (limited to 'mcs/class/System.XML/Makefile')
-rw-r--r--mcs/class/System.XML/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
index 0672d71c3d5..3bdea052573 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -86,6 +86,8 @@ EXTRA_DISTFILES = \
Test/XmlFiles/xsl/91834.xml \
Test/XmlFiles/xsl/91834.xsl \
Test/XmlFiles/xsl/91834a.xml \
+ Test/XmlFiles/xsl/325482.xml \
+ Test/XmlFiles/xsl/325482.xsl \
Test/XmlFiles/xsl/stripspace.xsl \
Test/XmlFiles/xsl/stripspace.xml \
Test/XmlFiles/xsl/current-in-select.xsl \