2004-08-03 Sebastien Pouliot * ZoneMembershipConditionTest.cs: New. Unit tests in NUnit 2.2 format. 2004-08-02 Sebastien Pouliot * UnionCodeGroupTest.cs: Added tests for ResolveMatchingCodeGroups. 2004-05-20 Sebastien Pouliot * PolicyLevelTest.cs, StrongNameTest.cs: SetUp is now public (required for new nunit). 2004-02-09 Sebastien Pouliot * 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 * 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 * CodeGroupTest.cs: Replaced "\r\n" with Environment.NewLine. 2004-01-25 David Sheldon * UrlTest.cs: Changed "\r\n" in strings to use Environment.NewLine. 2004-01-25 David Sheldon * PublisherTest.cs, SiteTest.cs: Changed "\r\n" in strings to use Environment.NewLine. 2004-01-14 Sebastien Pouliot * 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 * 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 * SiteTest.cs: New. Unit tests for Site. * SiteMembershipConditionTest.cs: New. Implemented. 2004-01-02 Sebastien Pouliot * EvidenceTest.cs: Upgraded tests to NUnit2. Added new tests. * StrongNameTest.cs: Class now inherits from Assertion. 2004-01-01 Nick Drochak * PermissionRequestEvidenceTest.cs: New File 2003-12-15 Sebastien Pouliot * PublisherMembershipConditionTest.cs: Added new unit tests for the newly implemented methods. 2003-07-03 Sebastien Pouliot * ZoneTest.cs: New. Test everything except the unimplemented static CreateFromUrl method. 2003-04-23 Sebastien Pouliot * PublisherTest.cs: Updated to NUnit2 style. * PublisherMembershipConditionTest.cs: Updated to NUnit2 style. * StrongNameTest.cs: Updated to NUnit2 style. 2002-12-21 Nick Drochak * all: make tests build and run under nunit2 2002-12-16 Sebastien Pouliot * AllTests.cs: Added test suites for StrongName. * StrongNameTest.cs: New. Test suite for StrongName (complete). 2002-12-15 Sebastien Pouliot * 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 * AllTests.cs EvidenceTest.cs: Added test for Evidence class 2002-02-10 Nick Drochak * AllTests.cs: Add new file. 2002-02-07 Nick Drochak * CodeGroupTest.cs: Tests everything except the (To|From)Xml methods. 2002-02-01 Nick Drochak * CodeGroupTest.cs: Still not done, checking in now just in case 2002-01-30 Nick Drochak * CodeGroupTest.cs: New File. Not done, but checking in now just in case