Skip to content

Commit

Permalink
Re-enable teaching tip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jevansaks committed May 31, 2019
1 parent a2a1828 commit f8ee9ad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dev/TeachingTip/InteractionTests/TeachingTipTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void TestCleanup()
TestCleanupHelper.Cleanup();
}

//[TestMethod] TODO: Re-enable after fixing issue #643
[TestMethod]
public void CloseReasonIsAccurate()
{
using (var setup = new TestSetupHelper("TeachingTip Tests"))
Expand Down Expand Up @@ -122,7 +122,7 @@ public void CloseReasonIsAccurate()
}
}

//[TestMethod] TODO: Re-enable after fixing issue #643
[TestMethod]
public void TipCanFollowTarget()
{
using (var setup = new TestSetupHelper("TeachingTip Tests"))
Expand Down Expand Up @@ -204,7 +204,7 @@ public void AutoPlacement()
}
}

//[TestMethod] TODO: Re-enable after fixing issue #643
[TestMethod]
public void SpecifiedPlacement()
{
using (var setup = new TestSetupHelper("TeachingTip Tests"))
Expand Down Expand Up @@ -375,7 +375,7 @@ public void SpecifiedPlacement()
}
}

//[TestMethod] TODO: Re-enable after fixing issue #643
[TestMethod]
public void NoIconDoesNotCrash()
{
using (var setup = new TestSetupHelper("TeachingTip Tests"))
Expand All @@ -399,7 +399,7 @@ public void NoIconDoesNotCrash()
}
}

//[TestMethod] TODO: Re-enable after fixing issue #643
[TestMethod]
public void CanSwitchShouldConstrainToRootBounds()
{
using (var setup = new TestSetupHelper("TeachingTip Tests"))
Expand Down Expand Up @@ -433,7 +433,7 @@ public void CanSwitchShouldConstrainToRootBounds()
}


//[TestMethod] TODO: Re-enable after fixing issue #643
[TestMethod]
public void TipsWhichDoNotFitDoNotOpen()
{
using (var setup = new TestSetupHelper("TeachingTip Tests"))
Expand Down Expand Up @@ -466,7 +466,7 @@ public void TipsWhichDoNotFitDoNotOpen()
}
}

//[TestMethod] TODO: Re-enable after fixing issue #643
[TestMethod]
public void VerifyTheming()
{
if (!PlatformConfiguration.IsOsVersionGreaterThanOrEqual(OSVersion.Redstone3))
Expand Down Expand Up @@ -558,7 +558,7 @@ private void VerifyPlacement(String placement)
CloseTeachingTipProgrammatically();
}

//[TestMethod] TODO: Re-enable after fixing issue #643
[TestMethod]
public void AutomationNameIsForwardedToPopup()
{
using (var setup = new TestSetupHelper("TeachingTip Tests"))
Expand All @@ -580,7 +580,7 @@ public void AutomationNameIsForwardedToPopup()
}
}

//[TestMethod] TODO: Re-enable after fixing issue #643
[TestMethod]
public void F6PutsFocusOnCloseButton()
{
using (var setup = new TestSetupHelper("TeachingTip Tests"))
Expand Down

0 comments on commit f8ee9ad

Please sign in to comment.