Skip to content

Developer-fixed test from spring-data-envers - #294

Merged
darko-marinov merged 2 commits into
TestingResearchIllinois:mainfrom
pthariensflame:patch-1
Nov 26, 2021
Merged

Developer-fixed test from spring-data-envers#294
darko-marinov merged 2 commits into
TestingResearchIllinois:mainfrom
pthariensflame:patch-1

Conversation

@pthariensflame

Copy link
Copy Markdown
Contributor

This test's order-dependence was accidentally fixed by virtue of a change from JUnit 4 to JUnit 5, which altered an annotation on a setUp method from @Before to @BeforeEach, thus clearing dirty state between two tests in the affected class regardless of which one ran first.

This test's order-dependence was accidentally fixed by virtue of a change from JUnit 4 to JUnit 5, which altered an annotation on a `setUp` method from `@Before` to `@BeforeEach`, thus clearing dirty state between two tests in the affected class regardless of which one ran first.
@darko-marinov
darko-marinov merged commit da6f3c8 into TestingResearchIllinois:main Nov 26, 2021
@pthariensflame
pthariensflame deleted the patch-1 branch November 26, 2021 05:33
pthariensflame added a commit to pthariensflame/idoft that referenced this pull request Dec 5, 2021
Previously this wasn't happening, as visible in TestingResearchIllinois#294.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants