Fixed test after rebase

This commit is contained in:
Jongyoul Lee 2016-09-07 01:07:43 +09:00
parent daa634f5bc
commit 18b39bdb91

View file

@ -449,7 +449,7 @@ public class NotebookTest implements JobListenerFactory{
@Test
public void testCloneNoteWithNoName() throws IOException, CloneNotSupportedException,
InterruptedException {
Note note = notebook.createNote(null);
Note note = notebook.createNote(anonymous);
factory.setInterpreters(anonymous.getUser(), note.getId(), factory.getDefaultInterpreterSettingList());
Note cloneNote = notebook.cloneNote(note.getId(), null, null);