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
Given the AbstractCommonAdapterTest::testIncrementItemInitialValue and AbstractCommonAdapterTest::testDecrementItemInitialValue, the adapter has to treat non-existent values as 0 when using increment or decrement methods.
Current behavior
When using the Serializer plugin, increment and decrement will immediately stop due to the plugin stopping the propagation of the event.
How to reproduce
There are existing unit tests which are already failing within the AbstractCommonAdapterTest.
Bug Report
Summary
Given the
AbstractCommonAdapterTest::testIncrementItemInitialValue
andAbstractCommonAdapterTest::testDecrementItemInitialValue
, the adapter has to treat non-existent values as0
when usingincrement
ordecrement
methods.Current behavior
When using the
Serializer
plugin,increment
anddecrement
will immediately stop due to the plugin stopping the propagation of the event.How to reproduce
There are existing unit tests which are already failing within the
AbstractCommonAdapterTest
.Both tests have to be executed with adapters implementing the
Serializer
plugin.Expected behavior
Tests are passing.
The text was updated successfully, but these errors were encountered: