commit | 4d9e1b4b6b276719ab26685994d3328524ae68bd | [log] [tgz] |
---|---|---|
author | Antony Sargent <asargent@google.com> | Fri Dec 01 21:29:25 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Dec 01 21:29:25 2017 +0000 |
tree | 872aa2fbf70995f70afe1f8d2e630e3411fe384c | |
parent | f678be39f503de87d5bd5ee323b46d032ffde8f8 [diff] | |
parent | a4e3b55ad28aa6b0687d67de86ac743c48629ebd [diff] |
Fix BluetoothPairingDialogTest to not expect device name am: f20e0a492b am: 0ceadf9fb8 am: 4b47184df3 am: a4e3b55ad2 Change-Id: I2e82fc3f4faab96221679e661bf19225f297f327
diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java index 25a24d4..e598ec1 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