Skip to content

Commit 773f8d4

Browse files
committed
Unignoring now-passing cookie tests for IE
1 parent 43ec621 commit 773f8d4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: dotnet/test/common/CookieImplementationTest.cs

+1-5
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ public void ShouldBeAbleToIncludeLeadingPeriodInDomainName()
284284
}
285285

286286
[Test]
287-
[IgnoreBrowser(Browser.IE, "IE cookies do not conform to RFC, so setting cookie on domain fails.")]
288287
public void ShouldBeAbleToSetDomainToTheCurrentDomain()
289288
{
290289
if (!CheckIsOnValidHostNameForCookieTests())
@@ -345,7 +344,7 @@ public void ShouldWalkThePathToDeleteACookie()
345344
}
346345

347346
[Test]
348-
[IgnoreBrowser(Browser.IE, "IE cookies do not conform to RFC, so setting cookie on domain fails.")]
347+
//[IgnoreBrowser(Browser.IE, "IE cookies do not conform to RFC, so setting cookie on domain fails.")]
349348
public void ShouldIgnoreThePortNumberOfTheHostWhenSettingTheCookie()
350349
{
351350
if (!CheckIsOnValidHostNameForCookieTests())
@@ -398,8 +397,6 @@ public void CookieEqualityAfterSetAndGet()
398397
}
399398

400399
[Test]
401-
[IgnoreBrowser(Browser.IE, "IE does not return expiry info")]
402-
[IgnoreBrowser(Browser.Android, "Chrome and Selenium, which use JavaScript to retrieve cookies, cannot return expiry info;")]
403400
[IgnoreBrowser(Browser.Opera)]
404401
public void ShouldRetainCookieExpiry()
405402
{
@@ -561,7 +558,6 @@ public void ShouldAddCookieToCurrentDomainAndPath()
561558
}
562559

563560
[Test]
564-
[IgnoreBrowser(Browser.IE, "Add cookie to unrelated domain silently fails for IE.")]
565561
[ExpectedException(typeof(WebDriverException))]
566562
public void ShouldNotShowCookieAddedToDifferentDomain()
567563
{

0 commit comments

Comments
 (0)