| Index: chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc
|
| diff --git a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc
|
| index 446905033799ed9c653b25e8a37cc9678b3067b4..41b5206f9c4affad796e5be747ea72a5db9f87dc 100644
|
| --- a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc
|
| +++ b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc
|
| @@ -151,6 +151,22 @@ IN_PROC_BROWSER_TEST_F(BluetoothLowEnergyApiTestChromeOs, RemoveService) {
|
| << message_;
|
| }
|
|
|
| +IN_PROC_BROWSER_TEST_F(BluetoothLowEnergyApiTestChromeOs,
|
| + NotifyCharacteristicValueChanged) {
|
| + ASSERT_TRUE(
|
| + RunPlatformAppTest("api_test/bluetooth_low_energy/"
|
| + "notify_characteristic_value_changed"))
|
| + << message_;
|
| +}
|
| +
|
| +IN_PROC_BROWSER_TEST_F(BluetoothLowEnergyApiTestChromeOs,
|
| + NotifyCharacteristicValueChanged_ErrorConditions) {
|
| + ASSERT_TRUE(RunPlatformAppTest(
|
| + "api_test/bluetooth_low_energy/"
|
| + "notify_characteristic_value_changed_error_conditions"))
|
| + << message_;
|
| +}
|
| +
|
| // TODO(rkc): Figure out how to integrate with BluetoothTestBlueZ and write
|
| // comprehensive tests for GATT server events. See http://crbug.com/607395 for
|
| // details.
|
|
|