Author: atsushi
Date: 2005-05-09 12:43:56 -0400 (Mon, 09 May 2005)
New Revision: 44290
Modified:
trunk/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/ChangeLog
trunk/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/Makefile
Log:
2005-05-09 Atsushi Enomoto <[EMAIL PROTECTED]>
* 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".
Modified:
trunk/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/ChangeLog
===================================================================
--- trunk/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/ChangeLog
2005-05-09 16:16:49 UTC (rev 44289)
+++ trunk/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/ChangeLog
2005-05-09 16:43:56 UTC (rev 44290)
@@ -1,3 +1,9 @@
+2005-05-09 Atsushi Enomoto <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* catalog.sed : fix more names in the catalog, add the missing
Modified:
trunk/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/Makefile
===================================================================
--- trunk/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/Makefile
2005-05-09 16:16:49 UTC (rev 44289)
+++ trunk/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/Makefile
2005-05-09 16:43:56 UTC (rev 44290)
@@ -72,13 +72,14 @@
diff -r -q testsuite/TESTS/ExpectedResults
testsuite/TESTS/$(TARGET_RESULTS) > diffreport.txt
clean : clean-xslttest clean-mstest
+ rm -f xslttest.exe
-clean-xslttest :
+clean-xslttest : xslttest.exe
if (test -e testsuite) then \
- find testsuite/TESTS -name *.out > output.lst; \
+ $(RUNTIME) ./xslttest.exe --list > output.lst; \
perl cleanup-output.pl; \
fi
- rm -f xslttest.exe TestResult.xml output.lst
+ rm -f TestResult.xml output.lst
clean-mstest :
rm -rf testsuite/TESTS/Reports
@@ -92,6 +93,6 @@
create-reference-output : clean-xslttest xslttest.exe
./xslttest.exe --generate
- find testsuite/TESTS -name *.out > output.lst
+ ./xslttest.exe --list > output.lst
zip xslttest-reference-output.zip -@ < output.lst
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches