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:
authorGert Driesen <drieseng@users.sourceforge.net>2007-10-14 17:44:48 +0400
committerGert Driesen <drieseng@users.sourceforge.net>2007-10-14 17:44:48 +0400
commit98c4e1fa834c58f2e8274590464f5056decc70cd (patch)
tree41805763a5c2bc03c29deffeb3d0fd1e54823377 /mcs/class/corlib/System.Security/ChangeLog
parent93f46430efeece40d637d55c245b1a75ffcca7a1 (diff)
* SecurityElement.cs: In ctors, do not assign to Tag property to
ensure exception message match that of MS. In Tag property, set name of parameter in ArgumentNullException and do not filter out namespace prefixes. Modified Text property to allow null values after change to IsValidText that no longer considers null value as valid. Avoid NRE in Escape. * SecurityElementTest.cs: No longer derive from Assertion. Added and improved ctor tests. Improved AddAttribute and AddChild tests. Added comment to mono's Attributes test and added test that passes on MS (to track fix for MS bug). Improved IsValid* tests. Added tests for Tag and Text. Improved FromString test to verify behavior wrt namespace prefixes. Added test for bug #333699. svn path=/trunk/mcs/; revision=87459
Diffstat (limited to 'mcs/class/corlib/System.Security/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Security/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Security/ChangeLog b/mcs/class/corlib/System.Security/ChangeLog
index 6c7c1da47eb..788dda1db17 100644
--- a/mcs/class/corlib/System.Security/ChangeLog
+++ b/mcs/class/corlib/System.Security/ChangeLog
@@ -1,3 +1,12 @@
+2007-10-14 Gert Driesen <drieseng@users.sourceforge.net>
+
+ * SecurityElement.cs: In ctors, do not assign to Tag property to
+ ensure exception message match that of MS. In Tag property, set name
+ of parameter in ArgumentNullException and do not filter out
+ namespace prefixes. Modified Text property to allow null values
+ after change to IsValidText that no longer considers null value as
+ valid. Avoid NRE in Escape.
+
2007-08-28 Mark Probst <mark.probst@gmail.com>
* SecurityManager.cs: Changed method argument of