1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315
|
2009-06-26 Zoltan Varga <vargaz@gmail.com>
* *.cs: Convert all tests to new-style nunit classes/methods.
2006-01-09 Raja R Harinath <rharinath@novell.com>
* HashMembershipConditionTest.cs (HashValue): Remove 1/256 chance
of false negative.
2005-06-23 Sebastien Pouliot <sebastien@ximian.com>
* ApplicationSecurityManagerCas.cs: New. CAS unit tests (2.0).
* ApplicationSecurityManagerTest.cs: New. Unit tests (2.0).
2005-06-20 Sebastien Pouliot <sebastien@ximian.com>
* EvidenceTest.cs: Ensure that PermissionRequestEvidence doesn't
show in Assembly and AppDomain evidences.
2005-06-16 Sebastien Pouliot <sebastien@ximian.com>
* StrongNameTest.cs: Empty names are only verified in NET_2_0.
2005-06-10 Sebastien Pouliot <sebastien@ximian.com>
* StrongNameMembershipConditionTest.cs: New. Unit tests for
StrongNameMembershipCondition.
* StrongNameTest.cs: Added test case for empty name.
2005-05-26 Sebastien Pouliot <sebastien@ximian.com>
* PolicyLevelTest.cs: Added unit tests for RemovePermissionSet and
Recover methods.
2005-05-16 Sebastien Pouliot <sebastien@ximian.com>
* PolicyStatementTest.cs: New. Unit tests for PolicyStatement.
2005-04-26 Sebastien Pouliot <sebastien@ximian.com>
* ApplicationTrustTest.cs: New. Unit tests for ApplicationTrust (2.0).
2005-04-25 Sebastien Pouliot <sebastien@ximian.com>
* FileCodeGroupTest.cs: Revoved tests for Scope property (2.0).
* GacMembershipConditionTest.cs: Renamed Gac to GacInstalled (new name
* GacTest.cs: Renamed Gac to GacInstalled (new name in beta2).
in beta2).
* IBuiltInEvidenceTest.cs: Renamed Gac to GacInstalled (new name in
beta2).
* SiteTest.cs: Removed [Catogery("NotWorking")] from some 2.0 tests.
* UrlTest.cs: Removed [Catogery("NotWorking")] from some 2.0 tests.
* UrlMembershipConditionTest.cs: Removed [Catogery("NotWorking")] from
some 2.0 tests.
2005-03-18 Sebastien Pouliot <sebastien@ximian.com>
* PolicyLevelTest.cs: Remove non-corlib permission classes from the
policy XML string as this can fail for "make distcheck".
2005-02-16 Sebastien Pouliot <sebastien@ximian.com>
* PolicyLevelTest.cs: Renamed the file created by the StoreLocation
test case to include the username. This way multiple users sharing
/tmp cannot block the test execution (e.g. buildbot). Also tries to
remove the file after the test.
2005-01-31 Sebastien Pouliot <sebastien@ximian.com>
* HashTest.cs: Oops, changed "NotWorking" to "NotDotNet".
2005-01-30 Sebastien Pouliot <sebastien@ximian.com>
* HashTest.cs: Changed [Ignore] to [Category("NotWorking")] to reduce
nunit logs.
2005-01-10 Sebastien Pouliot <sebastien@ximian.com>
* PolicyLevelTest.cs: Removed [Ignore] from tests as they now execute
properly on 2.0. For 1.x the tests are added to the NotDotNet category.
2004-09-19 Alexis Christoforides <alexis@thenull.net>
* UnionCodeGroupTest.cs: Added ResolveWithChildren test.
2004-09-01 Sebastien Pouliot <sebastien@ximian.com>
* HashTest.cs: Fixed tests so they execute without errors on both
Fx 1.1 and Fx 2.0 (beta 1).
* PublisherTest.cs: Fixed tests so they execute without errors on both
Fx 1.1 and Fx 2.0 (beta 1). Converted tests to NUnit 2.2 format.
* SiteTest.cs: Fixed tests so they execute without errors on both Fx
1.1 and Fx 2.0 (beta 1).
* StrongNameTest.cs: Fixed tests so they execute without errors on
both Fx 1.1 and Fx 2.0 (beta 1). Converted tests to NUnit 2.2 format.
* UrlTest.cs: Fixed tests so they execute without errors on both Fx
1.1 and Fx 2.0 (beta 1). Converted tests to NUnit 2.2 format.
2004-09-01 Sebastien Pouliot <sebastien@ximian.com>
* ZoneTest.cs: Added test to check that NoZone isn't included in the
permission XML (returned by CreateIdentityPermission).
2004-08-30 Sebastien Pouliot <sebastien@ximian.com>
* SiteTest.cs: Added tests for CreateFromUrl. Updated AllChars for the
differences in Fx 2.0.
* UrlTest.cs: Unignore Url_InvalidSite and started changes to be
compatible with NET_2_0.
* ZoneTest.cs: Added tests for CreateFromUrl and ToString.
2004-08-26 Sebastien Pouliot <sebastien@ximian.com>
* ApplicationDirectoryTest.cs: New. For NET_2_0 profile.
* EvidenceTest.cs: Added more tests for 1.1 and new tests for 2.0.
* FileCodeGroupTest.cs: Added more tests for Resolve,
ResolveMatchingCodeGroups and new Fx 2.0 Scope property.
* HashMembershipConditionTest.cs: New. Unit tests for hash membership.
* HashTest.cs: New. Unit tests for hash.
* IBuiltInEvidenceTest.cs: New. Unit tests for the internal
IBuiltInEvidence interface. All tests are [Ignore]d for the
* NetCodeGroupTest.cs: Ajusted PermissionSetName for Fx 2.0.
* PermissionRequestEvidenceTest.cs: Ajusted existing tests for 2.0.
Converted tests to NUnit 2.2 format. Converted to UNIX line endings.
Added test to see that the original permission sets are copied but
the instance copy can be changed (not copied on output).
* PolicyLevelTest.cs: Added more tests for Resolve and
ResolveMatchingCodeGroups.
* UnionCodeGroupTest.cs: Added more properties validation in tests.
2004-08-24 Sebastien Pouliot <sebastien@ximian.com>
* AllMembershipConditionTest.cs: Renamed GetHashCode and
ToString tests to remove compiler warnings.
* ApplicationDirectoryMembershipConditionTest.cs: Renamed GetHashCode
and ToString tests to remove compiler warnings.
* ApplicationMembershipConditionTest.cs: Renamed GetHashCode and
ToString tests to remove compiler warnings.
* DomainApplicationMembershipConditionTest.cs: Renamed GetHashCode and
ToString tests to remove compiler warnings.
* GacMembershipConditionTest.cs: Added some new unit tests for
FromXml to match other *MembershipCondition classes.
* PublisherMembershipConditionTest.cs: Renamed GetHashCode and
ToString tests to remove compiler warnings.
* SiteMembershipConditionTest.cs: Completed. Converted existing unit
tests to NUnit 2.2 format.
* UrlMembershipConditionTest.cs: Completed. Converted existing unit
tests to NUnit 2.2 format.
* ZoneMembershipConditionTest.cs: Added some new unit tests to match
other *MembershipCondition classes.
2004-08-23 Sebastien Pouliot <sebastien@ximian.com>
* AllMembershipConditionTest.cs: New. Unit tests in NUnit 2.2 format.
* ApplicationDirectoryMembershipConditionTest.cs: New. Unit tests in
NUnit 2.2 format.
* ApplicationMembershipConditionTest.cs: New. Unit tests in NUnit 2.2
format.
* DomainApplicationMembershipConditionTest.cs: New. Unit tests in
NUnit 2.2 format.
* PublisherMembershipConditionTest.cs: Completed. Converted
existing unit tests to NUnit 2.2 format.
2004-08-12 Sebastien Pouliot <sebastien@ximian.com>
* ZoneMembershipConditionTest.cs: Fixed tests that where failing too
soon, i.e. not where I expected them to ;).
* ZoneTest.cs: Added tests for Zone.Equals (null).
2004-08-11 Sebastien Pouliot <sebastien@ximian.com>
* UnionCodeGroupTest.cs: Added unit tests for Resolve. Converted
existing unit tests to NUnit 2.2 format.
2004-08-10 Sebastien Pouliot <sebastien@ximian.com>
* PolicyLevelTest.cs: Added new policy resolution tests (related to
Zone). Converted existing unit tests to NUnit 2.2 format.
2004-08-04 Sebastien Pouliot <sebastien@ximian.com>
* GacMembershipConditionTest.cs: New. Unit tests in NUnit 2.2 format.
* GacTest.cs: New. Unit tests in NUnit 2.2 format.
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
|