Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0.0-RC1
-
None
Description
I have a set of integration tests which are currently hosted in a pull request for 4.0
While the tests pass for the new codebase entirely, for the old one they fail on
test-12 decoration, which tests whether the decorated apis are called correctly.
This could be an issue with the testcases, but more likely we have a small bug in the old implementation which bypasses the api for one of the testcases and calls the impl directly.
We had several bugs in this area in the past, when people started to decorate the apis. Hence I wrote this test to begin with.
I will work on this issue on monday and get this fixed either in the test or in the old soon to be legacy codebase.