[Mono-devel-list] Fixed NUnit2.0 stuff in assembly System.Security
Martin Willemoes Hansen
mwh at sysrq.dk
Tue Mar 18 11:01:15 EST 2003
Hi!
* makefile.gnu NUnit20ified.
* security_linux_test.args NUnit20ified.
* renamed System.Security.Cryptography.Xml/AllTests.cs to
System.Security.Cryptography.Xml/AssertCrypto.cs
Results of running the tests on Linux: (man test 11 is slow)
Tests run: 101, Failures: 23, Not run: 6, Time: 304.46686 seconds
Ill commit this later tonight if nobody objects.
PS. Last AllTests.cs file hehe.
--
Martin Willemoes Hansen
--------------------------------------------------------
E-Mail mwh at sysrq.dk Website mwh.sysrq.dk
IRC MWH, freenode.net
--------------------------------------------------------
-------------- next part --------------
Index: ChangeLog
===================================================================
RCS file: /cvs/public/mcs/class/System.Security/Test/ChangeLog,v
retrieving revision 1.4
diff -u -r1.4 ChangeLog
--- ChangeLog 3 Mar 2003 22:44:33 -0000 1.4
+++ ChangeLog 18 Mar 2003 15:57:26 -0000
@@ -1,3 +1,10 @@
+2003-03-18 Martin Willemoes Hansen <mwh at sysrq.dk>
+
+ * makefile.gnu NUnit20ified.
+ * security_linux_test.args NUnit20ified.
+ * renamed System.Security.Cryptography.Xml/AllTests.cs to
+ System.Security.Cryptography.Xml/AssertCrypto.cs
+
2003-03-03 Sebastien Pouliot <spouliot at videotron.ca>
* System.Security_test.build: Updated build file to stop linking
Index: makefile.gnu
===================================================================
RCS file: /cvs/public/mcs/class/System.Security/Test/makefile.gnu,v
retrieving revision 1.1
diff -u -r1.1 makefile.gnu
--- makefile.gnu 20 Feb 2003 02:08:43 -0000 1.1
+++ makefile.gnu 18 Mar 2003 15:57:26 -0000
@@ -4,24 +4,25 @@
LIB_LIST = security_linux_test.args
LIB_FLAGS = \
- -r $(topdir)/class/lib/corlib.dll \
- -r $(topdir)/class/lib/System.Xml.dll \
- -r $(topdir)/class/lib/NUnitCore_mono.dll
-
-SOURCES_INCLUDE=*.cs
+ -r $(topdir)/class/lib/corlib.dll \
+ -r $(topdir)/class/lib/System.Xml.dll \
+ -r $(topdir)/class/lib/System.Security.dll \
+ -r $(topdir)/nunit20/NUnit.Framework.dll
+
+ifdef SUBDIR
+USE_SOURCE_RULES=1
+SOURCES_INCLUDE=./$(SUBDIR)/*.cs
SOURCES_EXCLUDE=_DUMMY_
+endif
include $(topdir)/class/library.make
-MCS_FLAGS = --target library --noconfig
-
-TEST_SUITE_PREFIX = MonoTests.
-TEST_SUITE = AllTests
-NUNITCONSOLE=$(topdir)/class/lib/NUnitConsole_mono.exe
+NUNITCONSOLE=$(topdir)/nunit20/nunit-console.exe
+MONO_PATH = $(topdir)/nunit20:.
test: $(LIBRARY) run_test
.PHONY: run_test
run_test:
- MONO_PATH=$(NUNIT_MONO_PATH) mono $(NUNITCONSOLE) $(TEST_SUITE_PREFIX)$(TEST_SUITE),security_linux_test.dll
+ -MONO_PATH=$(MONO_PATH) mono --debug $(NUNITCONSOLE) $(LIBRARY)
Index: security_linux_test.args
===================================================================
RCS file: /cvs/public/mcs/class/System.Security/Test/security_linux_test.args,v
retrieving revision 1.1
diff -u -r1.1 security_linux_test.args
--- security_linux_test.args 20 Feb 2003 02:08:43 -0000 1.1
+++ security_linux_test.args 18 Mar 2003 15:57:26 -0000
@@ -1,5 +1,18 @@
---target library
--o security_linux_test.dll
---noconfig
--r ../../lib/System.Xml.dll
--r ../../../nunit20/NUnit.Framework.dll
\ No newline at end of file
+System.Security.Cryptography.Xml/AssertCrypto.cs
+System.Security.Cryptography.Xml/DataObjectTest.cs
+System.Security.Cryptography.Xml/DSAKeyValueTest.cs
+System.Security.Cryptography.Xml/KeyInfoNameTest.cs
+System.Security.Cryptography.Xml/KeyInfoNodeTest.cs
+System.Security.Cryptography.Xml/KeyInfoRetrievalMethodTest.cs
+System.Security.Cryptography.Xml/KeyInfoTest.cs
+System.Security.Cryptography.Xml/KeyInfoX509DataTest.cs
+System.Security.Cryptography.Xml/ReferenceTest.cs
+System.Security.Cryptography.Xml/RSAKeyValueTest.cs
+System.Security.Cryptography.Xml/SignatureTest.cs
+System.Security.Cryptography.Xml/SignedInfoTest.cs
+System.Security.Cryptography.Xml/SignedXmlTest.cs
+System.Security.Cryptography.Xml/TransformChainTest.cs
+System.Security.Cryptography.Xml/XmlDsigBase64TransformTest.cs
+System.Security.Cryptography.Xml/XmlDsigC14NTransformTest.cs
+System.Security.Cryptography.Xml/XmlDsigC14NWithCommentsTransformTest.cs
+System.Security.Cryptography.Xml/XmlDsigXsltTransformTest.cs
More information about the Mono-devel-list
mailing list