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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
junit.framework.AssertionFailedError: expected:<1> but was:<0>
at org.eclipse.mylyn.team.tests.ChangeSetManagerTest.testContentsAfterDecay(ChangeSetManagerTest.java:119)
It seems that ContextActiveChangeSetManager#contextActivated is called without active task and activeChangeSet is not filled.
It may be fixed by activating the task prior to InteractionContext activation, but there is an asserion in the test
Currently we have the following failure:
It seems that ContextActiveChangeSetManager#contextActivated is called without active task and
activeChangeSet
is not filled.It may be fixed by activating the task prior to
InteractionContext
activation, but there is an asserion in the testthat declares the opposite expectation.
The text was updated successfully, but these errors were encountered: