We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functional MBCS_Tests datetime tests are defined in https://github.com/adoptium/aqa-tests/blob/master/functional/MBCS_Tests/datetime/testng.xml and https://github.com/adoptium/aqa-tests/blob/master/functional/MBCS_Tests/datetime/testng11.xml.
Tests are defined running in https://github.com/adoptium/aqa-tests/blob/master/functional/MBCS_Tests/datetime/playlist.xml#L17 and https://github.com/adoptium/aqa-tests/blob/master/functional/MBCS_Tests/datetime/playlist.xml#L38.
That is MBCS_Tests_datetime_formatter actually includes MBCS_Tests_datetime. To avoid the duplicate run <test name="dateTest"> should be removed from the file https://github.com/adoptium/aqa-tests/blob/master/functional/MBCS_Tests/datetime/testng11.xml.
<test name="dateTest">
The text was updated successfully, but these errors were encountered:
May I work on this issue?
Sorry, something went wrong.
Please do. Thanks @JasmineEHurst
[adoptium#2775] Removing code that duplicates running the functional …
b95e348
…MBCS_Tests datetime tests
[#2775] Removing code that duplicates running the functional MBCS_Tes…
7043f95
…ts datetime tests (#2927)
JasmineEHurst
Successfully merging a pull request may close this issue.
Functional MBCS_Tests datetime tests are defined in https://github.com/adoptium/aqa-tests/blob/master/functional/MBCS_Tests/datetime/testng.xml and https://github.com/adoptium/aqa-tests/blob/master/functional/MBCS_Tests/datetime/testng11.xml.
Tests are defined running in https://github.com/adoptium/aqa-tests/blob/master/functional/MBCS_Tests/datetime/playlist.xml#L17 and https://github.com/adoptium/aqa-tests/blob/master/functional/MBCS_Tests/datetime/playlist.xml#L38.
That is MBCS_Tests_datetime_formatter actually includes MBCS_Tests_datetime. To avoid the duplicate run
<test name="dateTest">
should be removed from the file https://github.com/adoptium/aqa-tests/blob/master/functional/MBCS_Tests/datetime/testng11.xml.The text was updated successfully, but these errors were encountered: