1. useHistoryState event type has been removed
2. ContextMenu is now used for context menu in HistoryFragment
This commit is contained in:
@@ -41,7 +41,7 @@ public class EditorTest extends AbstractCalculatorTest {
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
super.setUp();
|
||||
this.editor = new Editor(Locator.getInstance().getCalculator(), null);
|
||||
this.editor = new Editor(null);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user