Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjornu committed Nov 20, 2014
2 parents 4568ac8 + ba2fa26 commit 9ef35a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/tests/SharpRaven.UnitTests/Data/SentryRequestTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ namespace SharpRaven.UnitTests.Data
[TestFixture]
public class SentryRequestTests
{
[TearDown]
public void SetUp()
{
// Set the HTTP Context to null before so tests don't bleed data into each other. @asbjornu
SentryRequest.HttpContext = null;
}


[TearDown]
public void TearDown()
{
Expand Down

0 comments on commit 9ef35a8

Please sign in to comment.