Failed
windows-32 / Tests-windows-32 / Windows32.Refactoring2.Transformations.Tests.RBRemoveDirectAccessToVariableTransformationTest.testClassVariable (from Refactoring2-Transformations-Tests)
Error Message
Got addUndo: aRefactoringChange undo push: aRefactoringChange. undo size > self class undoSize ifTrue: [ undo removeFirst ]. redo := OrderedCollection new instead of addUndo: aRefactoringChange undo addLast: aRefactoringChange. undo size > self class undoSize ifTrue: [ undo removeFirst ]. redo := OrderedCollection new.
Stacktrace
RBRemoveDirectAccessToVariableTransformationTest(TestAsserter)>>assert:description:resumable: RBRemoveDirectAccessToVariableTransformationTest(TestAsserter)>>assert:description: RBRemoveDirectAccessToVariableTransformationTest(TestAsserter)>>assert:equals: RBRemoveDirectAccessToVariableTransformationTest>>testClassVariable RBRemoveDirectAccessToVariableTransformationTest(TestCase)>>performTest