[gnome-control-center/wip/hadess/better-bluetooth-scenario] bluetooth: Add a few edge cases in Bluetooth tester
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/hadess/better-bluetooth-scenario] bluetooth: Add a few edge cases in Bluetooth tester
- Date: Tue, 10 May 2022 09:04:06 +0000 (UTC)
commit aa7ebe5d7c054288accdfb751c09929301c0d8a2
Author: Bastien Nocera <hadess hadess net>
Date: Tue May 10 11:02:10 2022 +0200
bluetooth: Add a few edge cases in Bluetooth tester
Use a non-ASCII filename as well as an ampersand, both things that could
cause problems.
panels/bluetooth/bluetooth-panel-scenario-tester.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/bluetooth/bluetooth-panel-scenario-tester.py
b/panels/bluetooth/bluetooth-panel-scenario-tester.py
index 386a0bc5a..45b021c37 100755
--- a/panels/bluetooth/bluetooth-panel-scenario-tester.py
+++ b/panels/bluetooth/bluetooth-panel-scenario-tester.py
@@ -117,8 +117,8 @@ class GccDBusTestCase(DBusTestCase):
adapter.UpdateProperties('org.bluez.Adapter1',
{'Powered': dbus.Boolean(self.hci0_powered, variant_level=1)})
self.devices = []
- self.add_device('hci0', '22:33:44:55:66:77', "Bastien's mouse", True, 0x580, 'input-mouse')
- self.add_device('hci0', '22:33:44:55:66:78', 'Bloutouf keyboard', True, 0x540, 'input-keyboard')
+ self.add_device('hci0', '22:33:44:55:66:77', "Bastienʼs mouse", True, 0x580, 'input-mouse')
+ self.add_device('hci0', '22:33:44:55:66:78', 'Bloutouf keyboard & keys', True, 0x540,
'input-keyboard')
self.add_device('hci0', '60:8B:0E:55:66:79', 'iPhoone 19S', True, 0x20C, 'phone')
# Uncategorised audio device
self.add_device('hci0', '22:33:44:55:66:79', 'MEGA Speakers', True, 0x200400, 'audio-card')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]