← Back to team overview

touch-packages team mailing list archive

[Bug 1464014] Re: Exception raised executing _get_current_page_header in the last scope in Krilling

 

Hi, I executed in the last image and it is working this test. But the
error that I mentioned in the bug is still happening

In the following merge proposal you can find the test that I did which
has overwritten the method get_scope_title. It fails when there is a
"QQuickLoader" that has not the isCurrent attribute.

https://code.launchpad.net/~canonical-platform-qa/ubuntu-system-
tests/test_sanity_default_scopes/+merge/261678


The information of the image used is the following:

phablet@ubuntu-phablet:~/test$ system-image-cli -i
current build number: 46
device name: krillin
channel: ubuntu-touch/rc-proposed/bq-aquaris.en
last update: 2015-06-22 18:29:03
version version: 46
version ubuntu: 20150622.1
version device: 20150529-8e13c5f
version custom: 20150528-722-29-15-vivid

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

Title:
  Exception raised executing _get_current_page_header in the last scope
  in Krilling

Status in unity8 package in Ubuntu:
  New

Bug description:
  I am testing using the krilling (vivid version) phone using the Dash
  class in unit8/shell/emulators/dash.py. I created a method to go
  through all the scopes (from today until photos) verifying that the
  titles are correct. When I execute the method _get_current_page_header
  being in the last scope (photos), then the following exception is
  raised.

  Traceback (most recent call last):
    File "/home/phablet/test/ubuntu_system_tests/tests/test_scopes.py", line 56, in test_default_scopes
      print(dash.get_scope_title())
    File "/home/phablet/test/ubuntu_system_tests/helpers/unity8/dash.py", line 74, in get_scope_title
      return self._get_current_page_header().title
    File "/usr/lib/python3/dist-packages/unity8/shell/emulators/dash.py", line 182, in _get_current_page_header
      if i.isCurrent:
    File "/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 416, in __getattr__
      (self.__class__.__name__, name))
  AttributeError: Class 'QQuickLoader' has no attribute 'isCurrent'.

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


References