-
Notifications
You must be signed in to change notification settings - Fork 75
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
UnitTest Failure in AdminProcessManagementTransitionAction.t #2029
Comments
@stefanhaerter, @svenoe Can this be included with OTOBO 10.18 ? It would be nice to have a test suite without failures. |
I have already worked on that test, but I'm unsure whether my solution is a good way to address this. Maybe we could find some time to look at it together? |
I pushed a fix which relies on a certain order of values. However, after some discussing @bschmalhofer and I consider the alphabetical sorting of keys in an existing transition action, which diverges from the original sorting in a new transition action, a bug which should be fixed. The fixed test is expected to fail when the bug is fixed, so it has to be adjusted again. |
…ion_action_test Issue #2029 adjusting transition action test
PR is merged. The test suite looks fine. Closing this issue.
|
The test
scripts/test/Selenium/Agent/Admin/ProcessManagement/AdminProcessManagementTransitionAction.t
fails, at least when running the whole directory of tests (bin/otobo.Console.pl Dev::UnitTest::Run --directory Agent/Admin/ProcessManagement
). It seems that this is due to the test relying on behaviour prior to #1565. The test should be adjusted accordingly.The text was updated successfully, but these errors were encountered: