diff --git a/communication/bluetooth_profile/src/main/js/default/test/BluetoothA2dp.test.js b/communication/bluetooth_profile/src/main/js/default/test/BluetoothA2dp.test.js index 77cc07661df00790ec815488714532e913c440eb..7f4281bcb51e17b39cefcc989bf4d81eafa35fa1 100644 --- a/communication/bluetooth_profile/src/main/js/default/test/BluetoothA2dp.test.js +++ b/communication/bluetooth_profile/src/main/js/default/test/BluetoothA2dp.test.js @@ -62,7 +62,7 @@ function off(OFF_VALUE_TEST_ELEMENT) { } -describe('bluetoothhostTest', function () { +describe('bluetoothhostTest_A2dp', function () { beforeAll(function () { console.info('beforeAll called') }) diff --git a/communication/bluetooth_profile/src/main/js/default/test/BluetoothHfp.test.js b/communication/bluetooth_profile/src/main/js/default/test/BluetoothHfp.test.js index b38326d564b399408d8a93c479f386b35fe5e9ba..182e632ed9da442df93772e68b3ab4fdb4087bd1 100644 --- a/communication/bluetooth_profile/src/main/js/default/test/BluetoothHfp.test.js +++ b/communication/bluetooth_profile/src/main/js/default/test/BluetoothHfp.test.js @@ -54,7 +54,7 @@ function off(OFF_VALUE_TEST_ELEMENT) { }); } -describe('bluetoothhostTest', function () { +describe('bluetoothhostTest_Hfp', function () { beforeAll(function () { console.info('beforeAll called') }) diff --git a/communication/bluetooth_profile/src/main/js/default/test/BluetoothHid.test.js b/communication/bluetooth_profile/src/main/js/default/test/BluetoothHid.test.js index 8ce7f1f22790991ade246434b46499e6a811bf91..9926fbf6d5df1075406cb4ff81c5775150d498d7 100644 --- a/communication/bluetooth_profile/src/main/js/default/test/BluetoothHid.test.js +++ b/communication/bluetooth_profile/src/main/js/default/test/BluetoothHid.test.js @@ -52,7 +52,7 @@ let ProfId = { } -describe('bluetoothhostTest', function () { +describe('bluetoothhostTest_Hid', function () { beforeAll(function () { console.info('beforeAll called') })