commit | a4e3b55ad28aa6b0687d67de86ac743c48629ebd | [log] [tgz] |
---|---|---|
author | Antony Sargent <asargent@google.com> | Fri Dec 01 21:26:05 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Dec 01 21:26:05 2017 +0000 |
tree | eeedf777c6bc05406b7fd7c552d1e3b9a8f1335f | |
parent | 9bbae65730e12970591bda5e432079ea1dfa7368 [diff] | |
parent | 4b47184df3203a119849740dc03a7aebb8d0b2f0 [diff] |
Fix BluetoothPairingDialogTest to not expect device name am: f20e0a492b am: 0ceadf9fb8 am: 4b47184df3 Change-Id: Id5e9801e9fcea4e8395f3406b94d3790c0ab27be
diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java index fba11de..80b4810 100644 --- a/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java +++ b/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java
@@ -290,7 +290,6 @@ CheckBox sharingCheckbox = (CheckBox) frag.getmDialog() .findViewById(R.id.phonebook_sharing_message_confirm_pin); assertThat(sharingCheckbox.getVisibility()).isEqualTo(View.VISIBLE); - assertThat(sharingCheckbox.getText().toString().contains(FAKE_DEVICE_NAME)).isTrue(); } @Test