2004-08-03 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / Test / System.Security.Policy / ChangeLog
index 03d492ffb100748e0389a0c0d4ad80fa718dd9b6..8e9475bec7bd75d114f47ae018ed39c9d6729556 100644 (file)
@@ -1,3 +1,87 @@
+2004-08-03  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ZoneMembershipConditionTest.cs: New. Unit tests in NUnit 2.2 format.
+
+2004-08-02  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * UnionCodeGroupTest.cs: Added tests for ResolveMatchingCodeGroups.
+
+2004-05-20  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PolicyLevelTest.cs, StrongNameTest.cs: SetUp is now public (required
+       for new nunit).
+
+2004-02-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PolicyLevelTest.cs: Ignored test Reset as the functionality isn't
+       yet present in Mono.
+       * UrlMembershipConditionTest.cs: Ignored the site related test as the
+       functionality isn't yet present in Mono.
+       * UrlTest.cs: Ignored the site related test as the functionality isn't
+       yet present in Mono.
+
+2004-01-28  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * PermissionRequestEvidenceTest.cs: Added ToString () assertions
+       to existing tests.
+       * PublisherMembershipConditionTest.cs: Replaced "\r\n" with 
+       Environment.NewLine.
+       * StrongNameTest.cs: Replaced "\r\n" with Environment.NewLine.
+
+2004-01-26  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * CodeGroupTest.cs: Replaced "\r\n" with Environment.NewLine.
+
+2004-01-25  David Sheldon <dave-mono@earth.li>
+
+       * UrlTest.cs:  Changed "\r\n" in strings to use
+       Environment.NewLine.
+
+2004-01-25  David Sheldon <dave-mono@earth.li>
+        
+       * PublisherTest.cs, SiteTest.cs: Changed "\r\n" in strings to use
+       Environment.NewLine. 
+
+2004-01-14  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * UrlTest.cs: New. Unit tests for Url. Site test still fails.
+       * UrlMembershipConditionTest.cs: New. Unit tests for 
+       UrlMembershipCondition. Site test still fails.
+
+2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * CodeGroupTest.cs: Updated to NUnit2. Added new tests for exceptions 
+       and for ToXml/FromXml methods.
+       * FileCodeGroupTest.cs: New. Unit tests for FileCodeGroup. Missing 
+       Resolve unit tests.
+       * FirstMatchCodeGroupTest.cs: New. Unit tests for FirstMatchCodeGroup. 
+       Missing Resolve unit tests.
+       * NetCodeGroupTest.cs: New. Unit tests for NetCodeGroup. Missing 
+       Resolve unit tests.
+       * UnionCodeGroupTest.cs: New. Unit tests for NetCodeGroup. Missing 
+       Resolve unit tests.
+       * PolicyLevelTest.cs: New. Unit tests for PolicyLevel. Missing Resolve
+       unit tests.
+
+2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * SiteTest.cs: New. Unit tests for Site.
+       * SiteMembershipConditionTest.cs: New. Implemented.
+
+2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * EvidenceTest.cs: Upgraded tests to NUnit2. Added new tests.
+       * StrongNameTest.cs: Class now inherits from Assertion.
+
+2004-01-01  Nick Drochak  <ndrochak@gol.com>
+
+       * PermissionRequestEvidenceTest.cs: New File
+
+2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * PublisherMembershipConditionTest.cs: Added new unit tests for the
+       newly implemented methods.
+
 2003-07-03  Sebastien Pouliot  <spouliot@videotron.ca>
 
        * ZoneTest.cs: New. Test everything except the unimplemented static