** Also affects: ubuntu-keyboard (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1248009

Title:
  autopilot test should use Mouse as pointer for desktop

Status in ubuntu-keyboard:
  Triaged
Status in ubuntu-keyboard package in Ubuntu:
  New

Bug description:
  This is outside of the autopilot 1.4  port,

  we need to update the
  tests/autopilot/ubuntu_keyboard/tests/test_keyboard.py

  from

  
  super(UbuntuKeyboardTests, self).setUp()
  self.pointer = Pointer(Touch.create())

  to

  super(UbuntuKeyboardTests, self).setUp()
  if model() == "Desktop":
      self.pointer = Pointer(Mouse.create())
  else:
      self.pointer = Pointer(Touch.create())

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1248009/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to