Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-docviewer-app/remove-single-file into lp:ubuntu-docviewer-app

2015-07-14 Thread Carla Sella
the object is there and visible. -- https://code.launchpad.net/~carla-sella/ubuntu-docviewer-app/remove-single-file/+merge/261143 Your team Ubuntu Document Viewer Developers is subscribed to branch lp:ubuntu-docviewer-app. -- Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers Post

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-docviewer-app/remove-single-file into lp:ubuntu-docviewer-app

2015-06-04 Thread Carla Sella
Carla Sella has proposed merging lp:~carla-sella/ubuntu-docviewer-app/remove-single-file into lp:ubuntu-docviewer-app. Commit message: Remove single file autopilot test for Ubuntu Docviewer app. Requested reviews: Stefano Verzegnassi (verzegnassi-stefano) Related bugs: Bug #1428043

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~pkunal-parmar/ubuntu-calendar-app/WeekNumber into lp:ubuntu-calendar-app

2015-05-07 Thread Carla Sella
Hi Kunal, I ment that with calendar related functions (like calendar.firstweekday()) you get 0 for Monday and 6 for Sunday. So with en_US set as locale I was expecting in return an with it_IT set as local as was expeting 0. But I suppose what you did could still be ok, I will just have to put

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-calendar-app/fix-dayview-default-view into lp:ubuntu-calendar-app

2015-05-07 Thread Carla Sella
Should be ok now. -- https://code.launchpad.net/~carla-sella/ubuntu-calendar-app/fix-dayview-default-view/+merge/257814 Your team Ubuntu Calendar Developers is subscribed to branch lp:ubuntu-calendar-app. -- Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers Post

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-calendar-app/fix-dayview-default-view into lp:ubuntu-calendar-app

2015-05-07 Thread Carla Sella
Carla Sella has proposed merging lp:~carla-sella/ubuntu-calendar-app/fix-dayview-default-view into lp:ubuntu-calendar-app with lp:~pkunal-parmar/ubuntu-calendar-app/WeekNumber as a prerequisite. Commit message: Fixing weed number issue in DayView test default view. Requested reviews

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-docviewer-app/test-toc into lp:ubuntu-docviewer-app

2015-05-06 Thread Carla Sella
Fixed the part of the while loop. -- https://code.launchpad.net/~carla-sella/ubuntu-docviewer-app/test-toc/+merge/258082 Your team Ubuntu Document Viewer Developers is subscribed to branch lp:ubuntu-docviewer-app. -- Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers Post

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-docviewer-app/test-toc into lp:ubuntu-docviewer-app

2015-05-05 Thread Carla Sella
I am not sure if Nicholas has to approve it too, maybe just ask him :), I usually always ask him to reiview,but maybe it is not necessary. -- Carla Sella email: carla.se...@gmail.com http://about.me/carla.sella On Tue, May 5, 2015 at 3:02 PM, Stefano Verzegnassi stefano92@gmail.com wrote

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-docviewer-app/test-toc into lp:ubuntu-docviewer-app

2015-05-04 Thread Carla Sella
Thanks Stefano. Your fixes worked so your knowledge of Autopilot is good :-). -- https://code.launchpad.net/~carla-sella/ubuntu-docviewer-app/test-toc/+merge/258082 Your team Ubuntu Document Viewer Developers is subscribed to branch lp:ubuntu-docviewer-app. -- Mailing list: https

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-docviewer-app/test-toc into lp:ubuntu-docviewer-app

2015-05-02 Thread Carla Sella
Carla Sella has proposed merging lp:~carla-sella/ubuntu-docviewer-app/test-toc into lp:ubuntu-docviewer-app. Commit message: First test for testing Docviewer app TOC. Requested reviews: Nicholas Skaggs (nskaggs) Stefano Verzegnassi (verzegnassi-stefano) Related bugs: Bug #1418652

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-docviewer-app/test-toc into lp:ubuntu-docviewer-app

2015-05-02 Thread Carla Sella
\o/ passed :). -- https://code.launchpad.net/~carla-sella/ubuntu-docviewer-app/test-toc/+merge/258082 Your team Ubuntu Document Viewer Developers is subscribed to branch lp:ubuntu-docviewer-app. -- Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers Post to : ubuntu-touch

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-docviewer-app/test-toc into lp:ubuntu-docviewer-app

2015-05-02 Thread Carla Sella
) + +word_in_currentpage = pdf.get_currentpage_number().split() +pdfview_currentpage = word_in_currentpage[1] +logger.warn(pdfview_currentpage) + +self.assertEquals(pdfview_currentpage, page_no) -- https://code.launchpad.net/~carla-sella/ubuntu-docviewer-app/test-toc

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-docviewer-app/test-toc into lp:ubuntu-docviewer-app

2015-05-02 Thread Carla Sella
= pdf.get_currentpage_number().split() +pdfview_currentpage = word_in_currentpage[1] +logger.warn(pdfview_currentpage) + +self.assertEquals(pdfview_currentpage, page_no) -- https://code.launchpad.net/~carla-sella/ubuntu-docviewer-app/test-toc/+merge/258082 Your team Ubuntu

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-docviewer-app/test-toc into lp:ubuntu-docviewer-app

2015-05-02 Thread Carla Sella
Another thing, you are using autopilot3 run -vv test-name to launch the tests, right? -- https://code.launchpad.net/~carla-sella/ubuntu-docviewer-app/test-toc/+merge/258082 Your team Ubuntu Document Viewer Developers is subscribed to branch lp:ubuntu-docviewer-app. -- Mailing list: https

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-docviewer-app/test-toc into lp:ubuntu-docviewer-app

2015-05-01 Thread Carla Sella
Carla Sella has proposed merging lp:~carla-sella/ubuntu-docviewer-app/test-toc into lp:ubuntu-docviewer-app. Commit message: First test for testing Docviewer app TOC. Requested reviews: Stefano Verzegnassi (verzegnassi-stefano) Related bugs: Bug #1418652 in Ubuntu Document Viewer App

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-docviewer-app/test-toc into lp:ubuntu-docviewer-app

2015-05-01 Thread Carla Sella
Still have to fix scrolling. -- https://code.launchpad.net/~carla-sella/ubuntu-docviewer-app/test-toc/+merge/258082 Your team Ubuntu Document Viewer Developers is subscribed to branch lp:ubuntu-docviewer-app. -- Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers Post

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-docviewer-app/test-toc into lp:ubuntu-docviewer-app

2015-05-01 Thread Carla Sella
The proposal to merge lp:~carla-sella/ubuntu-docviewer-app/test-toc into lp:ubuntu-docviewer-app has been updated. Status: Needs review = Work in progress For more details, see: https://code.launchpad.net/~carla-sella/ubuntu-docviewer-app/test-toc/+merge/258082 -- Your team Ubuntu Document

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-calendar-app/fix-dayview-default-view into lp:ubuntu-calendar-app

2015-04-29 Thread Carla Sella
Carla Sella has proposed merging lp:~carla-sella/ubuntu-calendar-app/fix-dayview-default-view into lp:ubuntu-calendar-app with lp:~pkunal-parmar/ubuntu-calendar-app/WeekNumber as a prerequisite. Commit message: Fixing weed number issue in DayView test default view. Requested reviews

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-calendar-app/fix-dayview-default-view into lp:ubuntu-calendar-app

2015-04-29 Thread Carla Sella
The proposal to merge lp:~carla-sella/ubuntu-calendar-app/fix-dayview-default-view into lp:ubuntu-calendar-app has been updated. Status: Needs review = Work in progress For more details, see: https://code.launchpad.net/~carla-sella/ubuntu-calendar-app/fix-dayview-default-view/+merge/257814

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-calendar-app/dayview-test-default-view into lp:ubuntu-calendar-app

2015-04-03 Thread Carla Sella
am testing on is a Sunday I have to subtact 1 to week number, but not sure this is what you want me to do. Carla -- https://code.launchpad.net/~carla-sella/ubuntu-calendar-app/dayview-test-default-view/+merge/253760 Your team Ubuntu Calendar Developers is subscribed to branch lp:ubuntu-calendar

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-calendar-app/weekview-testing-stubs-completed into lp:ubuntu-calendar-app

2015-03-31 Thread Carla Sella
The proposal to merge lp:~carla-sella/ubuntu-calendar-app/weekview-testing-stubs-completed into lp:ubuntu-calendar-app has been updated. Commit Message changed to: Autopilot tests for Calendar App. For more details, see: https://code.launchpad.net/~carla-sella/ubuntu-calendar-app/weekview

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-calendar-app/weekview-testing-stubs-completed into lp:ubuntu-calendar-app

2015-03-31 Thread Carla Sella
Carla Sella has proposed merging lp:~carla-sella/ubuntu-calendar-app/weekview-testing-stubs-completed into lp:ubuntu-calendar-app with lp:~carla-sella/ubuntu-calendar-app/dayview-test-default-view as a prerequisite. Requested reviews: Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-calendar-app/weekview-testing-stubs-completed into lp:ubuntu-calendar-app

2015-03-29 Thread Carla Sella
Carla Sella has proposed merging lp:~carla-sella/ubuntu-calendar-app/weekview-testing-stubs-completed into lp:ubuntu-calendar-app with lp:~carla-sella/ubuntu-calendar-app/dayview-test-default-view as a prerequisite. Requested reviews: Nicholas Skaggs (nskaggs) Ubuntu Phone Apps Jenkins Bot

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-calendar-app/weekview-test-default-view into lp:ubuntu-calendar-app

2015-03-29 Thread Carla Sella
Carla Sella has proposed merging lp:~carla-sella/ubuntu-calendar-app/weekview-test-default-view into lp:ubuntu-calendar-app. Commit message: Autopilot tests for Calendar app Requested reviews: Nicholas Skaggs (nskaggs) Related bugs: Bug #1425267 in Ubuntu Calendar App: Autopilot test

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~mrqtros/ubuntu-rssreader-app/ubuntu-rssreader-app-choose-topic-bug into lp:ubuntu-rssreader-app

2015-03-25 Thread Carla Sella
Roman, try changing line 332 and 333 of __init.py__ from: search_text_field = self.select_single( toolkit_emulators.TextField, objectName='tfFeedUrl') to search_text_field = self.wait_select_single( toolkit_emulators.TextField, objectName='tfFeedUrl')

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-calendar-app/dayview-test-default-view into lp:ubuntu-calendar-app

2015-03-23 Thread Carla Sella
, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: 'W11' != 'W12' -- https://code.launchpad.net/~carla-sella/ubuntu-calendar-app/dayview-test-default-view/+merge/253760 Your team Ubuntu Calendar Developers is subscribed to branch lp:ubuntu-calendar-app. -- Mailing list

[Ubuntu-touch-coreapps-reviewers] [Bug 1431365] Re: Tests fail at warning dialog A topic with that name already exists

2015-03-16 Thread Carla Sella
://www.canonical.com/rss.xml. If I run the tests on my desktop I get no failures. Could it be another issue, like the URL is not reachable for some reason? ** Changed in: ubuntu-rssreader-app Assignee: (unassigned) = Carla Sella (carla-sella) -- You received this bug notification because you are a member

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-rssreader-app/just_for_test into lp:ubuntu-rssreader-app

2015-03-16 Thread Carla Sella
Test. -- https://code.launchpad.net/~carla-sella/ubuntu-rssreader-app/just_for_test/+merge/253122 Your team Ubuntu RSS Feed Reader Developers is requested to review the proposed merge of lp:~carla-sella/ubuntu-rssreader-app/just_for_test into lp:ubuntu-rssreader-app. -- Mailing list: https

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-filemanager-app/fixed-test-cut-directory into lp:ubuntu-filemanager-app

2015-03-10 Thread Carla Sella
Put the cleaning up of temp directory at the beginning of all tests. -- https://code.launchpad.net/~carla-sella/ubuntu-filemanager-app/fixed-test-cut-directory/+merge/252205 Your team Ubuntu File Manager Developers is subscribed to branch lp:ubuntu-filemanager-app. -- Mailing list: https

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-filemanager-app/fixing-test-extract-archive-file into lp:ubuntu-filemanager-app

2015-03-07 Thread Carla Sella
Carla Sella has proposed merging lp:~carla-sella/ubuntu-filemanager-app/fixing-test-extract-archive-file into lp:ubuntu-filemanager-app with lp:~carla-sella/ubuntu-filemanager-app/fixed-test-cut-directory as a prerequisite. Commit message: Autopilot test for Filemanager app Requested reviews

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-filemanager-app/fixing-test-extract-archive-file into lp:ubuntu-filemanager-app

2015-03-07 Thread Carla Sella
Looking at the failed test screenshot the problem could be in dragging the bottom edge. So tried a fix there. -- https://code.launchpad.net/~carla-sella/ubuntu-filemanager-app/fixing-test-extract-archive-file/+merge/252206 Your team Ubuntu File Manager Developers is requested to review

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-filemanager-app/fixing-test-extract-archive-file into lp:ubuntu-filemanager-app

2015-03-07 Thread Carla Sella
The proposal to merge lp:~carla-sella/ubuntu-filemanager-app/fixing-test-extract-archive-file into lp:ubuntu-filemanager-app has been updated. Status: Needs review = Work in progress For more details, see: https://code.launchpad.net/~carla-sella/ubuntu-filemanager-app/fixing-test-extract

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-filemanager-app/fixed-test-cut-directory into lp:ubuntu-filemanager-app

2015-03-07 Thread Carla Sella
Carla Sella has proposed merging lp:~carla-sella/ubuntu-filemanager-app/fixed-test-cut-directory into lp:ubuntu-filemanager-app. Commit message: Autopilot test for Filemanager App Requested reviews: Nicholas Skaggs (nskaggs) For more details, see: https://code.launchpad.net/~carla-sella

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-filemanager-app/fixed-test-cut-directory into lp:ubuntu-filemanager-app

2015-03-07 Thread Carla Sella
http://ci.ubuntu.com/smokeng/vivid/touch/mako/124:20150306:20150210/12426/filemanager/ -- https://code.launchpad.net/~carla-sella/ubuntu-filemanager-app/fixed-test-cut-directory/+merge/252205 Your team Ubuntu File Manager Developers is subscribed to branch lp:ubuntu-filemanager-app. -- Mailing

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-calendar-app/current-day-month-year-selected into lp:ubuntu-calendar-app

2015-03-05 Thread Carla Sella
This mp should be complete now. -- https://code.launchpad.net/~carla-sella/ubuntu-calendar-app/current-day-month-year-selected/+merge/251387 Your team Ubuntu Calendar Developers is subscribed to branch lp:ubuntu-calendar-app. -- Mailing list: https://launchpad.net/~ubuntu-touch-coreapps

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-calendar-app/current-day-month-year-selected into lp:ubuntu-calendar-app

2015-03-03 Thread Carla Sella
Nicholas: found a way to fix get_current_selected_day() so that the item returned is one ant the right one. -- https://code.launchpad.net/~carla-sella/ubuntu-calendar-app/current-day-month-year-selected/+merge/251387 Your team Ubuntu Calendar Developers is subscribed to branch lp:ubuntu

Re: [Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-filemanager-app/just-for-test into lp:ubuntu-filemanager-app

2015-03-02 Thread Carla Sella
test -- https://code.launchpad.net/~carla-sella/ubuntu-filemanager-app/just-for-test/+merge/251519 Your team Ubuntu File Manager Developers is requested to review the proposed merge of lp:~carla-sella/ubuntu-filemanager-app/just-for-test into lp:ubuntu-filemanager-app. -- Mailing list: https

[Ubuntu-touch-coreapps-reviewers] [Merge] lp:~carla-sella/ubuntu-filemanager-app/just-for-test into lp:ubuntu-filemanager-app

2015-03-02 Thread Carla Sella
Carla Sella has proposed merging lp:~carla-sella/ubuntu-filemanager-app/just-for-test into lp:ubuntu-filemanager-app. Commit message: Just for test Requested reviews: Ubuntu File Manager Developers (ubuntu-filemanager-dev) For more details, see: https://code.launchpad.net/~carla-sella