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:
authorSebastien Pouliot <sebastien@ximian.com>2005-01-05 18:42:50 +0300
committerSebastien Pouliot <sebastien@ximian.com>2005-01-05 18:42:50 +0300
commit6eec88875f98051b32ba2c4e8505bf381e5f4ca7 (patch)
treec3ff0d868d8910569e78cc21ba2bc16c64de3f53 /mcs/class/System.Security/System.Security_test.dll.sources
parent26e58c9988bca93b737eaae1f7e923404fb4ace2 (diff)
2005-01-05 Sebastien Pouliot <sebastien@ximian.com>
* Makefile: Don't ignore the CS0119 warnings (private field not used) when building the assembly (the code is already clean for this). * System.Security.dll.sources: Add DataProtectionPermission, Attribute and Flags to the assembly (moved from corlib). * System.Security_test.dll.sources: Add DataProtectionPermission Attribute unit tests (moved from corlib unit tests). svn path=/trunk/mcs/; revision=38362
Diffstat (limited to 'mcs/class/System.Security/System.Security_test.dll.sources')
-rw-r--r--mcs/class/System.Security/System.Security_test.dll.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Security/System.Security_test.dll.sources b/mcs/class/System.Security/System.Security_test.dll.sources
index 4e06fe47816..0346f82187d 100644
--- a/mcs/class/System.Security/System.Security_test.dll.sources
+++ b/mcs/class/System.Security/System.Security_test.dll.sources
@@ -41,3 +41,4 @@ System.Security.Cryptography.Xml/XmlDsigC14NTransformTest.cs
System.Security.Cryptography.Xml/XmlDsigC14NWithCommentsTransformTest.cs
System.Security.Cryptography.Xml/XmlDsigXPathTransformTest.cs
System.Security.Cryptography.Xml/XmlDsigXsltTransformTest.cs
+System.Security.Permissions/DataProtectionPermissionAttributeTest.cs