You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RPCGenericTests checks for deprecation mismatches between code and specs. The tests fail in some feature branches because the RPC spec submodule points to master and not to the feature branch in RPC spec. So any deprecations that are in code but not in RPC spec master branch will cause a failure.
junit.framework.AssertionFailedError: There are 8 errors:
[BodyInformation.setDriverDoorAjar() deprecation status does not match RPC spec.
, BodyInformation.getDriverDoorAjar() deprecation status does not match ...
...
OS & Version Information
Android Version: N/A
SDL Android Version: 5.0.0
The text was updated successfully, but these errors were encountered:
Bug Report
RPCGenericTests
checks for deprecation mismatches between code and specs. The tests fail in some feature branches because the RPC spec submodule points tomaster
and not to the feature branch in RPC spec. So any deprecations that are in code but not in RPC specmaster
branch will cause a failure.Reproduction Steps
Expected Behavior
Unit tests pass
Observed Behavior
Unit tests fail with the following errors:
OS & Version Information
The text was updated successfully, but these errors were encountered: