-
Notifications
You must be signed in to change notification settings - Fork 71
Unit test GLOBAL_TEST_CLASS in Y_CHECK_BASE fails #525
New issue
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
Comments
Please note that this isn't the only unit test that fails in my system: #526 |
Interesting. Yes, the latest version is active and identical to the code on GitHub. |
Do you have the SAP Note 2527903 implemented in your system? |
It looks like the task of implementing that note fell through on our side. I'll see to it being implemented and will report back. |
Implementing Note 2527903 fixed the issue, thanks. |
Uh oh!
There was an error while loading. Please reload this page.
The unit test method
GLOBAL_TEST_CLASS
of classY_CHECK_BASE
fails. It expects a true boolean value forIS_TEST_CODE
, but it is false.I can confirm that
Y_UNIT_TEST_BASE
is available in the system, containing test code on the global class level.I'm running the tests of commit c782c26 on an S/4 system with component SAP_BASIS release 755 SP-Level 0002. Can anyone confirm if the test runs successfully on older releases?
The text was updated successfully, but these errors were encountered: