mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
tests: more diagnostic for TaskVcsTest
This commit is contained in:
@@ -213,7 +213,8 @@ public class TaskVcsTest extends CodeInsightFixtureTestCase {
|
||||
|
||||
LocalChangeList defaultChangeListActive = myChangeListManager.findChangeList(LocalChangeList.DEFAULT_NAME);
|
||||
assertNotNull(defaultChangeListActive);
|
||||
assertTrue(defaultChangeListActive.isDefault());
|
||||
assertTrue(myChangeListManager.getDefaultListName(), defaultChangeListActive.isDefault());
|
||||
|
||||
LocalChangeList defaultChangeListInactive = myChangeListManager.findChangeList("Default (1)");
|
||||
assertNotNull(defaultChangeListInactive);
|
||||
LocalChangeList anotherChangeList = myChangeListManager.findChangeList("TEST-001 Summary");
|
||||
|
||||
Reference in New Issue
Block a user