Merge "DiffPreferencesIT: Fix case of method names"
This commit is contained in:
@@ -28,13 +28,13 @@ import java.lang.reflect.Field;
|
|||||||
public class DiffPreferencesIT extends AbstractDaemonTest {
|
public class DiffPreferencesIT extends AbstractDaemonTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void GetDiffPreferences() throws Exception {
|
public void getDiffPreferences() throws Exception {
|
||||||
DiffPreferencesInfo result = get();
|
DiffPreferencesInfo result = get();
|
||||||
assertPrefsEqual(result, DiffPreferencesInfo.defaults());
|
assertPrefsEqual(result, DiffPreferencesInfo.defaults());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void SetDiffPreferences() throws Exception {
|
public void setDiffPreferences() throws Exception {
|
||||||
int newLineLength = DiffPreferencesInfo.defaults().lineLength + 10;
|
int newLineLength = DiffPreferencesInfo.defaults().lineLength + 10;
|
||||||
DiffPreferencesInfo update = new DiffPreferencesInfo();
|
DiffPreferencesInfo update = new DiffPreferencesInfo();
|
||||||
update.lineLength = newLineLength;
|
update.lineLength = newLineLength;
|
||||||
|
Reference in New Issue
Block a user