Few changes
This commit is contained in:
parent
d9e49d9cac
commit
b79d8b2ce3
3 changed files with 4 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class AccountPreferencesFragment extends PreferencesListFragment {
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
|
|
||||||
PreferenceScreen screen = getPreferenceScreen();
|
PreferenceScreen screen = getPreferenceScreen();
|
||||||
int n = getArguments().getInt("Account", 1);
|
int n = getArguments().getInt("Account", 0);
|
||||||
manageAccountPreferencesFields(screen, n);
|
manageAccountPreferencesFields(screen, n);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -43,6 +43,9 @@ class LinphoneTest():
|
||||||
def print_result_ko(self):
|
def print_result_ko(self):
|
||||||
print self.test_name + colors.KO + ' KO' + colors.END
|
print self.test_name + colors.KO + ' KO' + colors.END
|
||||||
|
|
||||||
|
def press_back(self):
|
||||||
|
self.device.press('KEYCODE_BACK', MonkeyDevice.DOWN_AND_UP)
|
||||||
|
|
||||||
# Override following methods
|
# Override following methods
|
||||||
def precond(self):
|
def precond(self):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue