2004-08-03 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / Test / System.Security.Policy / ChangeLog
index 0ce3c3c7748d8c8eeb2d9e7574f27c6834a0435e..8e9475bec7bd75d114f47ae018ed39c9d6729556 100644 (file)
-2002-02-07  Nick Drochak  <ndrochak@gol.com>\r
-\r
-       * CodeGroupTest.cs: Tests everything except the (To|From)Xml methods.\r
-\r
-2002-02-01  Nick Drochak  <ndrochak@gol.com>\r
-\r
-       * CodeGroupTest.cs: Still not done, checking in now just in case\r
-\r
-2002-01-30  Nick Drochak  <ndrochak@gol.com>\r
-\r
-       * CodeGroupTest.cs: New File.  Not done, but checking in now just in case
\ No newline at end of file
+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 
+       CreateFromUrl method.
+
+2003-04-23  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * PublisherTest.cs: Updated to NUnit2 style.
+       * PublisherMembershipConditionTest.cs: Updated to NUnit2 style.
+       * StrongNameTest.cs: Updated to NUnit2 style.
+
+2002-12-21  Nick Drochak <ndrochak@gol.com>
+
+       * all: make tests build and run under nunit2
+
+2002-12-16  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * AllTests.cs: Added test suites for StrongName.
+       * StrongNameTest.cs: New. Test suite for StrongName (complete).
+
+2002-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * AllTests.cs: Added test suites for Publisher and
+       PublisherMembershipCondition.
+       * PublisherTest.cs: New. Test suite for Publisher (complete).
+       * PublisherMembershipConditionTest.cs: New. Test suite for Publisher
+       PublisherMembershipCondition (incomplete).
+
+2002-10-28  Jackson Harper <jackson@latitudegeo.com>
+
+       * AllTests.cs EvidenceTest.cs: Added test for Evidence class
+
+2002-02-10  Nick Drochak  <ndrochak@gol.com>
+
+       * AllTests.cs: Add new file.
+
+2002-02-07  Nick Drochak  <ndrochak@gol.com>
+
+       * CodeGroupTest.cs: Tests everything except the (To|From)Xml methods.
+
+2002-02-01  Nick Drochak  <ndrochak@gol.com>
+
+       * CodeGroupTest.cs: Still not done, checking in now just in case
+
+2002-01-30  Nick Drochak  <ndrochak@gol.com>
+
+       * CodeGroupTest.cs: New File.  Not done, but checking in now just in case