Skip to content

Remove deprecated JUnit related support in TestNG - #3023

Merged
krmahadevan merged 1 commit into
testng-team:masterfrom
krmahadevan:remove_deprecated_junit_support
Jan 21, 2024
Merged

krmahadevan merged 1 commit into
testng-team:masterfrom
krmahadevan:remove_deprecated_junit_support

Conversation

@krmahadevan

Copy link
Copy Markdown
Member

Closes #3022

Fixes #3022 .

Did you remember to?

  • Add test case(s)
  • Update CHANGES.txt
  • Auto applied styling via ./gradlew autostyleApply

We encourage pull requests that:

  • Add new features to TestNG (or)
  • Fix bugs in TestNG

If your pull request involves fixing SonarQube issues then we would suggest that you please discuss this with the
TestNG-dev before you spend time working on it.

Note: For more information on contribution guidelines please make sure you refer our Contributing section for detailed set of steps.

@krmahadevan
krmahadevan requested a review from juherr as a code owner December 27, 2023 15:40
@krmahadevan

Copy link
Copy Markdown
Member Author

@juherr
I would perhaps want to merge this maybe after some more time (maybe after a couple of weeks) so that in-case we need to do a bugfix release for 7.9.0 we could do that without this changeset creeping in.

@juherr juherr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm but remove junit reference from dtd 1.1

@krmahadevan
krmahadevan force-pushed the remove_deprecated_junit_support branch from 54b0732 to d1d73ee Compare December 28, 2023 04:41
@krmahadevan
krmahadevan requested a review from juherr December 28, 2023 04:42
@krmahadevan

Copy link
Copy Markdown
Member Author

Lgtm but remove junit reference from dtd 1.1

Took care of this as well. Once you have approved after review, I will continue to keep this PR open and rebased so that it can be merged at a later point in time (Perhaps 2nd or 3rd week of Jan).

@krmahadevan
krmahadevan force-pushed the remove_deprecated_junit_support branch from d1d73ee to d5f26b9 Compare January 5, 2024 05:10
testName = defaultIfStringEmpty(test.getTestName(), testName);
} else {
if (m_isMixed && JUnitTestFinder.isJUnitTest(c)) {
isJUnit = true;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isJUnit declaration should be removed too

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.

Remove deprecated JUnit related support in TestNG

2 participants