commit | 0ceadf9fb8706793441836bbfb360c413d8e6a04 | [log] [tgz] |
---|---|---|
author | Antony Sargent <asargent@google.com> | Fri Dec 01 21:21:38 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Dec 01 21:21:38 2017 +0000 |
tree | a5fbf9d6051464283bccb7f6d214120956647fcb | |
parent | 9ae05458f0eb75e16a6d983a6486b6c9d14a1d41 [diff] | |
parent | f20e0a492b3f414d667693fa121f2b76fe47f150 [diff] |
Fix BluetoothPairingDialogTest to not expect device name am: f20e0a492b Change-Id: I4a74ac865db27415b232b0f460b058344adcc0ce
diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java index 7a6ae79..19d8e24 100644 --- a/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java +++ b/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java
@@ -288,7 +288,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