[Mono-bugs] [Bug 74728][Wis] Changed - System.Security unit test using old enum value
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Apr 2005 17:13:02 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74728
--- shadow/74728 2005-04-25 16:53:40.000000000 -0400
+++ shadow/74728.tmp.3716 2005-04-25 17:13:02.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 74728
Product: Mono: Class Libraries
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
-Component: System.Security
+Component: CORLIB
AssignedTo: sebastien@ximian.com
ReportedBy: flashdict@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -32,6 +32,10 @@
- Assert.AreEqual (HostSecurityManagerFlags.AllFlags, hsm.Flags, "Flags");
+ Assert.AreEqual (HostSecurityManagerOptions.AllFlags, hsm.Flags,
"Flags");
}
[Test]
+
+------- Additional Comments From sebastien@ximian.com 2005-04-25 17:13 -------
+That's already in SVN. You probably updated you mcs directory between
+the two of my updates.