← Back to team overview

touch-packages team mailing list archive

[Bug 1422904] [NEW] Autopilot returns the wrong custom proxy object when a previous one was registered with the same name

 

Public bug reported:

We are hitting this issue on the sanity test, where we have two
different custom proxy objects named LanguagePage. One is from system
settings and the other is from unity.

So the object registry will have:

'LanguagePage': <class 'ubuntu_system_settings.LanguagePage'>

When we try to select the language page from unity, it is nowhere on the
registry so it will return a generic custom proxy object, instead of the
custom one.

** Affects: autopilot (Ubuntu)
     Importance: Undecided
         Status: New

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

Title:
  Autopilot returns the wrong custom proxy object when a previous one
  was registered with the same name

Status in autopilot package in Ubuntu:
  New

Bug description:
  We are hitting this issue on the sanity test, where we have two
  different custom proxy objects named LanguagePage. One is from system
  settings and the other is from unity.

  So the object registry will have:

  'LanguagePage': <class 'ubuntu_system_settings.LanguagePage'>

  When we try to select the language page from unity, it is nowhere on
  the registry so it will return a generic custom proxy object, instead
  of the custom one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autopilot/+bug/1422904/+subscriptions


Follow ups

References