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

2015-06-19 Thread Albert Astals Cid
this is pretty weird, we have unity8.shell.tests.test_emulators.DashEmulatorTestCase.test_search that exercises _get_current_page_header and works just fine. Can you verify if autopilot3 run unity8.shell.tests.test_emulators.DashEmulatorTestCase.test_search works for you? -- You received this b

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

2015-06-19 Thread Sergio Cazzolato
I am getting this error when I execute this test in the krilling Traceback (most recent call last): File "/usr/lib/python3/dist-packages/unity8/shell/tests/test_emulators.py", line 51, in test_search self.dash.enter_search_query('Test') File "/usr/lib/python3/dist-packages/unity8/shell/em

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

2015-06-21 Thread Albert Astals Cid
That's weird, it just works here, which channel and revision are you using? -- 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_cu

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

2015-06-22 Thread Sergio Cazzolato
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 isC

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

2015-06-23 Thread Albert Astals Cid
well, then if our code works and yours doesn't, that is a bug in your code, no? isCurrent is not a property of all QQuickLoader items, it is just a property of the Loaders that are direct childs of dashContentList so you may have to adjust your code to only query that property for them. -- You r

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

2015-06-24 Thread Sergio Cazzolato
What I had to do in my code is to overwrite the medhod get_scope_title which it is located in unity8.shell.emulators.dash because it was raising an exception when it tries to access to the isCurrent property of a QQuickLoader which hasn't this property. -- You received this bug notification becau

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

2015-06-30 Thread Albert Astals Cid
Maybe we can move this discussion onto IRC? I can't see how it can be our bug if our tests that use this function just work fine and I see we're not making progress into making this point clearer over here, please drop into #ubuntu-unity during european working time and ping me (tsdgeos) -- You r