This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / corlib / Test / System.Security.Policy / ChangeLog
index 167a229b71b04da79b1cfa4a49e31e5a1d2550e5..504535611088e15bbc68f83579e4d43c42760dd2 100644 (file)
@@ -1,3 +1,45 @@
+2003-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