UbuntuIRC / 2014 /08 /19 /#ubuntu-app-devel.txt
niansa
Initial commit
4aa5fce
[00:13] <gerlowskija> balloons: ping
[00:32] <gerlowskija> Does anyone know how to re-trigger a Phone-Apps-Jenkins-Bot build on an MP? I'm completely blanking on how I've done it in the past.
[01:13] <liuxg> I am now using virtualbox on trusty. When I enable 3D acceleration, I got the following error: libGL error: failed to load driver: vboxvideo
[01:16] <liuxg> the opengl error on virtualbox happens exactly the same as the one described here at https://www.virtualbox.org/ticket/12941
=== fginther is now known as fginther`
=== _salem is now known as salem_
=== sergiusens_ is now known as sergiusens
[04:12] <Akiva-Thinkpad> hey all
[06:04] <dholbach> good morning
=== chihchun is now known as chihchun_afk
=== salem_ is now known as _salem
=== Mirv_ is now known as Mirv
=== chihchun_afk is now known as chihchun
[08:21] <nik90> Good morning :)
[08:26] <Mirv> hey nik90 :)
[08:27] <nik90> Mirv: Hi :)
[08:30] <nerochiaro> oSoMoN: I fixed the comments you made on https://code.launchpad.net/~phablet-team/gallery-app/gallery-app-restrict-pick-content-type/+merge/230776 and improved a couple of things. We also discussed with Ken and Bill about the lack of tests, and concluded it's not really possible to add the until some work that Richard Huddy is doing now is completed. Bill is ok for now to not have tests on that branch
[08:30] <nerochiaro> oSoMoN: do you think we can get it reviewed and in today ?
[08:31] <oSoMoN> nerochiaro, I’ll try to, but I’ve got a couple of urgent issues to fix in browser and webapp container, so it probably won’t be before later this afternoon
[08:32] <oSoMoN> putting it on my list anyway
[08:32] <nerochiaro> oSoMoN: no problem even if it's tomorrow. I won't be around but I will look at it if there's anything I need to fix
=== chihchun is now known as chihchun_afk
=== JamesTait is now known as Guest92244
=== JamesTai1 is now known as JamesTait
[09:30] <JamesTait> Good morning all; happy Humanitarian Day! :-D
=== MacSlow is now known as MacSlow|lunch
=== ablasche_ is now known as ablasche
[11:59] <bzoltan1> nik90: thanks for helping with the support :)
=== MacSlow|lunch is now known as MacSlow
[12:00] <nik90> bzoltan1: again np :)
[12:01] <dholbach> beuno, lool: I followed up on the mailing list thread about where the frameworks info should live
[12:01] <lool> ok thanks
[12:02] <dholbach> beuno, you had less interest in the API scraping part of the discussion, right (just for call scheduling purposes)?
[12:05] <dholbach> lool, kalikiana, mhall119, bzoltan1: I sent out a meeting invite for the second part of the frameworks discussion we had yesterday (more api tracking)
[12:06] <dholbach> I'll send another mail about the "supporting apps running on different frameworks" subject, so we can figure out who we need for that discussion
[12:08] <beuno> dholbach, indeed. I don't think the server has a lot to do there
[12:09] <dholbach> beuno, if we should ever hook up the reviewers tools with some kind of api verification, you'll get that for free anyway
=== chihchun_afk is now known as chihchun
[12:12] <kalikiana> dholbach: hmmm I think I'll be sitting in the train(station) at that time so I'll probably not make it
[12:12] <dholbach> kalikiana, ok, let me reschedule
[12:12] <kalikiana> could we do it on friday same time?
[12:12] <dholbach> kalikiana, yeah, I was going to suggest the same :)
[12:13] <kalikiana> cool
[12:13] <dholbach> moved, let me all know if that works for you
[12:14] <beuno> dholbach, exactly
=== _salem is now known as salem_
=== Pici` is now known as Pici
[13:14] <pr_nizar> Hi guys! I'm new to Ubuntu developpement and searching for information regarding building apps through launchpad. I have a project of building a Qt5 webkit app and wanted to ask: how to use external tools in the build process? Let's say I wanted to use grunt to concatenate and minify js and css files prior of building the app. How to proceed?
[13:34] <nerochiaro> renatu: have you seen my email ?
[13:34] <renatu> nerochiaro, yes
[13:34] <nerochiaro> renatu: will you take care of it then ?
[13:34] <renatu> I will take a look later, I am finishing some pending tasks first
[13:34] <renatu> nerochiaro, yes I will take care of it
[13:35] <nerochiaro> renatu: thank you
[13:58] <nerochiaro> oSoMoN: after the standup would you have a few minutes to help me with a problem I'm having in running AP tests on the device ? (or point me to someone who can help me ?)
[13:58] <oSoMoN> nerochiaro, sure, let’s talk after the standup
[14:32] <kissiel> Hi guys!
[14:38] <kissiel> do you know why labels of page head actions don't show up? ( like the ones in here: http://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.Components.PageHeadConfiguration/ )
[14:38] <nik90> kissiel: it is hard to debug without seeing any code :)
[14:38] <kissiel> nik90, http://paste.ubuntu.com/8089418/
[14:40] <nik90> kissiel: the code looks okay to me. What errors do you see?
[14:40] <kissiel> nik90, I don't see any labels (or icons in those examples) in the page head
[14:41] <nik90> kissiel: let me test it out. 1 min
[14:41] <kissiel> nik90, sure, thanks!
[14:41] <zyga> nik90: FYI: same result
[14:42] <nik90> zyga: yup, let me debug
[14:46] <nik90> zyga, kissiel: found the issue :)
[14:46] <kissiel> nik90, yay, do share!
[14:46] <nik90> zyga, kissiel: You need to add "useDeprecatedToolbar: false" in MainView{}
[14:46] * kissiel checks
[14:46] <nik90> kissiel: that tells the SDK to use the new header action buttons instead of the old toolbars
[14:47] <zyga> nik90: hmm, IIRC I had that set up but I got no labels
[14:47] <zyga> nik90: just the buttons
[14:47] <nik90> zyga: yes, by default it only shows the icons
[14:48] <kissiel> nik90, zyga, it fixes the icon issue, but labels are not there...
[14:48] <nik90> zyga: the text is shown only when the it is in the overflow menu which happens where there are more than 3 actions
[14:48] <nik90> kissiel: ^^
[14:49] <kissiel> nik90, okay, so it's a feature :D
[14:49] <nik90> kissiel: yes :)
[14:49] <nik90> kissiel: If you report a bug against the SDK about making this clear in the documentation, I can improve it :)
[14:50] <zyga> ahh
[14:50] <zyga> nik90: thanks for your help
=== om26er is now known as om26er|away
[14:50] <nik90> zyga: yw
[14:50] <kissiel> nik90, thanks for explanation, much appreciated
[14:50] <nik90> yw
[14:57] <mhall119> liuxg: kalikiana should be able to help you with U1DB
[14:57] <liuxg> mhall119, thanks
=== salem_ is now known as _salem
=== gatox is now known as gatox_lunch
=== kissiel is now known as kissiel-afk
[16:06] <nik90> balloons: hey
[16:06] <nik90> balloons: can you check why jenkins is failing https://code.launchpad.net/~nik90/ubuntu-clock-app/play-sound-preview/+merge/230959
[16:06] <nik90> balloons: that same branch passes all the time locally for me
[16:07] <nik90> balloons: for some reason the alarm sound page is empty in the video attached to the test failure
[16:07] <balloons> 3 fails.. hmm
[16:07] <nik90> balloons: all related to the empty sound page
[16:07] * nik90 needs to go prepare dinner..will bbl (~1 hour)
[16:08] <balloons> nik90, I would unpack the debs and ensure they are correct
[16:17] <balloons> gerlowskija, does this fix everything with refresh issues and events? https://code.launchpad.net/~gerlowskija/ubuntu-calendar-app/fix-for-bug1350605/+merge/231252
[16:27] <nik90> balloons: I installed the deb in my utopic vm, it runs fine and I can see the alarm sound page there
[16:28] <nik90> balloons: the desktop icon was blank, but I think restarting unity should fix that
=== gatox_lunch is now known as gatox
[16:32] <balloons> nik90, both the app deb and the tests? and you ran the installed tests?
=== _salem is now known as salem_
[16:38] <nik90> balloons: no I tried only the app deb
[16:38] <nik90> balloons: If install the tests package, how do I run it using autopilot?
[16:38] <balloons> I suppose it doesn't really matter though
[16:39] <nik90> balloons: as in where are they located
[16:39] <nik90> true
[16:39] <balloons> /usr/lib/python3/dist-packages
[16:44] <nik90> balloons: the tests pass from the /usr/lib/python3/dist-packages as well
[16:48] <popey> ahayzen: am I right in saying https://bugs.launchpad.net/mediascanner2/+bug/1358275 is the only blocker for content-hub integration right now?
[16:48] <ubot5> Ubuntu bug 1358275 in Ubuntu Music App "SongsModel.status is not set as MediaStatus.Ready if rowCount is zero" [High,New]
[16:49] <ahayzen> popey, erm yeah 'blocker'
[16:49] <ahayzen> popey, we have reverted our work so content-hub could land but it flickers at the moment, which is what ^^ woudl resolve
[16:49] <ahayzen> popey, i'll poke victor to rereview tonight
[16:49] <popey> bfiller: ^^
[16:50] <popey> be good to get the content-hub stuff landed asap so we can get testing on it
[16:50] <ahayzen> popey, i'm just replying to jouni's mail with some screenshots of our listitem actions/bottom edge as he may not have seen/known we have them
[16:50] <popey> and any glitches can be ironed out separately.
[16:50] <ahayzen> popey, yep it is top of our list
[16:50] <popey> ok
[16:50] <ahayzen> popey, that was our thought
[16:50] <popey> thanks!
[16:50] <gerlowskija> balloons: I think so. At least it fixes everything mentioned as part of that Launchpad bug. I did a lot of manual testing adding/removing/editing events and couldn't reproduce any glitchy behavior. I'm sure there's still a few bumps hanging around, so I wouldn't say it fixes "everything", but...progress
[16:50] <ahayzen> popey, should hopefully land soon :)
[16:51] <popey> great!
[16:51] <popey> brb, food making ..
[16:51] <ahayzen> popey, i've started rewriting the ap tests as well :)
[16:57] <ahayzen> balloons, you got a moment?
[16:58] <balloons> ahayzen, only slightly pre-occupied :-)
[16:58] <ahayzen> balloons, ah i'm getting autopilot.exceptions.StateNotFoundError: Object not found with name 'MusicTracks' and properties {'objectName': 'tracksPage'}....
[16:59] <ahayzen> balloons, this is my diff http://pastebin.ubuntu.com/8090468/
[16:59] <ahayzen> balloons, it can't seem to find the MusicTracks {} ... even if i put the objectName directly where MusicTracks is declared or in the file itself
[17:00] <ahayzen> balloons, is there anything obvious i may have missed using this new structure?
[17:26] <balloons> ahayzen, back?
[17:30] <balloons> nik90, I can have a better look in a bit
[17:30] <balloons> but if you need jenkins re-runs or whatev's just ping in the meantime
[17:37] <nik90> balloons: I uncommented all the code in the alarmSound.qml file. Wait for jenkins to run again
[17:38] <nik90> balloons: so the only change in that MR is the debian changelog and ubuntu-touch-sounds dependency.
[17:38] <nik90> balloons: lets see if that passes
[17:44] <nik90> balloons: jenkins passed when I commented the changes
[17:44] <nik90> balloons: I uncommented few lines now. Can you trigger jenkins now pls
=== om26er|away is now known as om26er
[18:27] <popey> balloons: do we have a "good" guide for setting up a cross-compiling environment?
[18:38] <nik90> popey: http://developer.ubuntu.com/apps/sdk/tutorials/building-cross-architecture-click-applications/?
[18:39] <nik90> balloons: I am unable to debug the issue..It looks like when ever I use Audio{} or MediaPlayer{} objects it fails which is strange since the system settings app does the same thing
[18:39] <nik90> balloons: I am afraid this is purely a jenkins issue
[18:47] <popey> does the xkcd app in the store work for anyone els
[18:47] <popey> +e?
[18:48] <popey> it doesn't launch here. I get the splash screen forever
[18:51] <popey> nik90: thanks, i was thinking outside the sdk... but that'll do ☻
[18:52] <ogra_> popey, webkit framework ?
[18:52] <ogra_> there are issues with all webkit apps afaik
[18:53] <davmor2> popey: touch it
[18:55] <davmor2> popey: I can't test it looks like the store is having a rollout
[18:56] <popey> http://popey.mooo.com/screenshots/device-2014-08-19-195612.png
[18:56] <popey> looks like that forever
[18:57] <davmor2> popey: what ogra_ said
[18:57] <davmor2> :D
[19:12] <twstddev> Guys, does anybody need some help with development?
[19:20] <nik90> erm where is balloons?
[19:20] <nik90> popey: can you kick https://code.launchpad.net/~nik90/ubuntu-clock-app/play-sound-preview/+merge/230959 on jenkins pls
[19:20] <popey> sure, I believe jenkins is having some issues though
[19:21] <popey> lets see
[19:21] <popey> hit the button
[19:22] <balloons> thanks popey
[19:23] <balloons> nik90, sorry I didn't read the backlog when I came back.. And xchat didn't tell me there was any!
[19:24] <nik90> balloons: np
[19:24] <nik90> balloons: I suspect it is a dependency issue..hopefully it passes now..if not I got no clue why it fails
[19:24] <balloons> nik90, I'll look at the next output with you
[19:24] <nik90> balloons: it passed
[19:24] <balloons> nik90, :-). Perfect timing for me
[19:25] <nik90> balloons: why can't jenkins say that...the console log not helpful I am afraid :/
[19:25] <nik90> :p
[19:25] <balloons> nik90, yea, things aren't always cut and dry
[19:26] <nik90> balloons: when I run ap tests with the -v argument, it shows me the qml error if they happen..may be should be appended to the jenkins output as well
[19:29] <balloons> nik90, qml errors are in jenkins as well
[19:30] * balloons looks
[19:30] <nik90> balloons: file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/PageWrapperUtils.js:42: Error: Error while loading page: file:///usr/share/ubuntu-clock-app/alarm/AlarmSound.qml:20 module "QtMultimedia" is not installed
[19:30] <nik90> }}}
[19:30] * nik90 looks silly
[19:30] <balloons> I just saw the same
[19:30] <balloons> sorry, I never opened the log as I didn't have time earlier to really debug
[19:30] <nik90> well now I demand those errors be shown in bold :P
[19:30] <balloons> I just viewed the video and confirmed what you said
[19:31] <balloons> so double fail
[19:31] <nik90> I am happy to see it resolved..can move on to other stuff happily
[19:32] <nik90> popey: you got your the feature u wanted
[19:32] <nik90> bah .. too many grammatical errors
[19:33] <popey> oh?
[19:33] <popey> the playing of alarm sounds?
[19:34] <nik90> Yes
[19:34] <nik90> yes
=== kissiel-afk is now known as kissiel
[20:01] <mihir> hey balloons
[20:01] <balloons> hey mihir
[20:01] <mihir> balloons: regarding datepicker , i was thinking to create new test wich changes the date and create an event for next day , is that a good idea ?
[20:02] <balloons> mihir, it is, but currently the datepicker tests won't work on the device due to the bug
[20:02] <balloons> it's noted in the test source
[20:02] <mihir> balloons: bug in AP or Calendar?
[20:03] <Letozaf_> balloons, nik90 hello
[20:03] <balloons> Letozaf_, buonasera
[20:03] <balloons> mihir, in AP
[20:04] <nik90> Letozaf_: hi
[20:04] <Letozaf_> balloons, buonaser :)
[20:04] <Letozaf_> opps buonasera
[20:04] <Letozaf_> nik90, hi
[20:04] <mihir> balloons: okay , so shall I go ahead to modfiy that AP or we should do it once the bug is fixed ?
[20:04] <balloons> come stai?
[20:04] <Letozaf_> balloons, nik90 I sent you guys an email, I have a couple of issues and then the two tests for clock/reboot app are finische
[20:04] <Letozaf_> balloons, io sto bene e tu ?
[20:05] * nik90 reads the email
[20:05] <balloons> I'm fighting off being a little ill, but much better today :-)
[20:05] <Letozaf_> balloons, oh sorry :(
[20:05] <balloons> mihir, you can go ahead and modify it.. I have the mp that needs to go into AP to fix the bug
[20:06] <Letozaf_> balloons, hope you will recover soon
[20:06] <balloons> I tried to land it last week but failed. This week I'm going to do it!
[20:06] <mihir> nik90: i have merged MR with trunk, https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/CopyrightHeaderComments
[20:06] <balloons> mihir, so you can develop it with the assumption it will work, hehe
[20:06] <mihir> balloons: okay , i'll do that
[20:06] <balloons> mihir, it will run on the desktop and jenkins, so it shouldn't bother you
[20:06] <mihir> balloons: i'll be off for two days , going out of town .
[20:06] <balloons> mihir, but don't merge till the bug is fixed
[20:06] <balloons> mihir, perfect.. time for me to get it fixed, lol
[20:07] <balloons> Letozaf_, grazi mille
[20:07] <mihir> balloons: got it, but what would you suggest, to create new test case which create an event on next day and assert that ?
[20:07] <balloons> mihir, I would recommend doing scenarios for the add new event case
[20:07] <balloons> do you know how?
[20:07] <nik90> Letozaf_: I got an idea for the sleep
[20:07] <balloons> nik90 has a great example with the clock app
[20:07] <balloons> mihir, ^^
[20:08] <nik90> Letozaf_: why don't you wait for count to increase > 0
[20:08] <mihir> balloons: as of now that scenario add new event without changing any date.
[20:08] <balloons> mihir, basically you define a bunch of different inputs and send them to the same testcase
[20:08] <balloons> so the test will run with different dates, times, guests, etc
[20:09] <balloons> all in the same testcase
[20:09] <Letozaf_> nik90, I tried it, but probably I did it wrong, then :( I will try again :P
[20:09] <mihir> balloons: okay , but i am confused regarding asserting created event , because we might have to change that as well.
[20:10] <mihir> balloons: if input says take next day, then our asserting should go to the next day and then verify the event, is that correct?
[20:10] <nik90> Letozaf_: you used the wait for test incorrectly when checking if the correct alarm sound was set
[20:10] <qtros> hi guys
[20:10] <nik90> Letozaf_: I fixed that in one of my MPs. Let me grab the link for you
[20:10] <nik90> Letozaf_: https://code.launchpad.net/~nik90/ubuntu-clock-app/add-custom-sound-backend/+merge/225812
[20:10] <nik90> Letozaf_: check out the emulator.py code diff
[20:10] <Letozaf_> nik90, ok thanks I will
[20:11] <qtros> I use image r199, I've found that System setting app crashes if I am trying to see information about OS twice
[20:11] <balloons> mihir, mm, yes I understand what you mean. We might need to make that more robust
[20:12] <mihir> balloons: hmmm , that's why i thought we can create new test case , which will create an event on next day , previous day and assert that may be , just a thought
[20:12] <balloons> Letozaf_, without looking the other option is to wait_for_destroyed or .visbile.wait_for(false), etc
[20:12] <nik90> qtros: let me try
=== chihchun is now known as chihchun_afk
[20:12] <balloons> if there's an animation container that helps
=== chihchun_afk is now known as chihchun
[20:12] <balloons> mihir, yes but we want to create tests for next month, next year, etc.. Too many tests to clone
[20:13] <mihir> balloons: hmmmm , i see
[20:13] <nik90> qtros: yup I see the issue
[20:13] <nik90> qtros: report bug?
[20:13] <balloons> mihir, http://developer.ubuntu.com/api/devel/ubuntu-14.10/python/autopilot/tutorial/advanced_autopilot.html#test-scenarios
[20:13] <Letozaf_> balloons, ok I think I already tried the visible one but I will try again and also the other ones, thanks
[20:13] <nik90> qtros: me and popey will confirm
[20:13] <qtros> nik90 don't know what can cause it)
[20:14] <qtros> nik90 yes I can do it, share URL with me)
[20:14] <nik90> qtros: https://launchpad.net/ubuntu-system-settings
[20:15] <qtros> nik90 thx)
[20:15] <nik90> np
[20:15] <Letozaf_> nik90, should I fix the wait for test when checking if the correct alarm sound was set or will your MP fix it and so I better non touch ?
[20:15] <nik90> Letozaf_: oh my MP is already merged to trunk.
[20:16] <qtros> nik90 hmm... launchpad says "ubuntu-system-settings must be configured in order for Launchpad to forward bugs to the project's developers"
[20:16] <Letozaf_> nik90, oh didn't see that :P
[20:16] <nik90> qtros: https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings
[20:16] <nik90> Letozaf_: :)
[20:16] <Letozaf_> nik90, thanks so I will merge from trunk
[20:17] <mihir> nik90: you have created AP with scenarios , right?
[20:17] <nik90> Letozaf_: keep merging from trunk everytime you start to work on your branch.
[20:17] <nik90> mihir: yes
[20:17] <nik90> mihir: the doc explains quite nicely
[20:17] <mihir> nik90: could you provide link for reference?
[20:17] <mihir> nik90: yup , i am reading that too
[20:17] <Letozaf_> nik90, ok
[20:18] <nik90> mihir: https://bazaar.launchpad.net/~ubuntu-clock-dev/ubuntu-clock-app/utopic-3.0/view/head:/tests/autopilot/ubuntu_clock_app/tests/test_alarm.py#L30
[20:19] <mihir> nik90: thanks
[20:24] <qtros> nik90 done https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1358915
[20:24] <ubot5> Ubuntu bug 1358915 in ubuntu-system-settings (Ubuntu) "Application crashes when I am trying to look information about OS" [Undecided,New]
[20:28] <nik90> confirmed
[20:29] <nik90> karni: hey, you the developer of telegram?
[20:36] <daker> ybon: battery life is a little bit better in the last two images https://i.imgur.com/toBKZeE.png
[20:44] <daker> nik90: dup bug 1349326
[20:44] <ubot5> bug 1349326 in ubuntu-system-settings (Ubuntu) "In about Phone if you select OS hit back and select something else that goes to a new page it crashes the app" [High,Incomplete] https://launchpad.net/bugs/1349326
[20:44] <nik90> daker: yup
[20:45] <nik90> didnt know about that bug
[20:50] <daker> the only thing i get before the u-s-s crash is :
[20:50] <daker> ** (process:22521): WARNING **: Couldn't parse desktop file /opt/click.ubuntu.com/com.ubuntu.clock/1.0.430/com.ubuntu.clock_clock.desktop
[20:57] <nik90> daker: eh? what does clock have to do with it
[20:58] <daker> the desktop file is corrupted
[20:58] <daker> here is the content http://paste.ubuntu.com/8092170/
=== salem_ is now known as _salem
[21:04] <nik90> balloons: hey, could you do me a favor?
[21:04] <balloons> nik90, sure
[21:06] <nik90> balloons: In https://code.launchpad.net/~nik90/ubuntu-clock-app/add-first-qmltest/+merge/230702 can you check if the readme files make sense and if you are able to run the unit tests
[21:06] <nik90> balloons: I added them to help elopio and fginther`eventually use that to set up jenkins
[21:16] <ahayzen> balloons, back!
[21:17] <ahayzen> balloons, did u get a change to look at the diff?
[21:20] <balloons> ahayzen, you are back :-)
[21:21] <ahayzen> \o/
[21:22] <balloons> nik90, I suspect fginther` will run with qmltestrunner, not make
[21:23] <nik90> balloons: ah ok
[21:23] <balloons> ahayzen, so I would do some dump_tree() commands and run again, grabbing the parent object you expect contains musictracks
[21:23] <ahayzen> balloons, hmmm ok...i'll try that
[21:24] <ahayzen> balloons, does my code look right ... as this is my first attempt using the py classes as QML objects
[21:24] <balloons> ahayzen, that should give us a good view of what autopilot sees. From there we can debug why things look they way they do
[21:24] <balloons> ahayzen, off the cuff yes.. It would be easier with an mp / branch
[21:25] <ahayzen> balloons, yep i'll push when i get it working :P
[21:25] <ahayzen> balloons, or dump something in +junk if i'm really struggerling
[21:25] <balloons> ahayzen, lol, ok, that's my recommendations
[21:26] <ahayzen> balloons, let me see what dump_tree gives
[21:26] <balloons> for now however, I must be off, my apologies. I'm a bit under the weather
[21:26] <ahayzen> balloons, no worries thanks for ur help :)
[21:26] <balloons> send along an mp, just set it to work in progress and I can look indepth much easier tomorrow
[21:26] <ahayzen> balloons, ok will do thanks
[21:27] <ahayzen> balloons, i'll add u as the reviewer so u get notified
[21:27] <balloons> perfect
[21:32] <nik90> balloons: I added instructions for both "make test" and "qmltestrunner"
[21:33] <nik90> balloons: I am going to top approve and merge now if you didnt notice any thing fully wrong with the readme files
[21:43] <ahayzen> nik90, o/
[21:43] <ahayzen> nik90, in ur clock ap tests didn't you use like PageN where N is a number? ... as the tracksPage is appearing as Page10 for me...
[21:44] <nik90> ahayzen: yeah i got that as well (well carla got it)
[21:44] <nik90> I got Page11
[21:44] <ahayzen> nik90, did i see you discussing the other day that u had figured out how to get around it?
[21:44] <ahayzen> ...or was i dreaming
[21:46] <ahayzen> nik90, i'm intrigued why some of them work and some dont'?! http://bazaar.launchpad.net/~ubuntu-clock-dev/ubuntu-clock-app/utopic-3.0/view/head:/tests/autopilot/ubuntu_clock_app/emulators.py
[21:48] <nik90> ahayzen: in the old clock app I had this issue when the page you are referring to didnt have many qml elements to differentiate it from a normal page
[21:48] <nik90> ahayzen: not sure if it is the same issue in the new clock app as well
[21:49] <ahayzen> nik90, hmm maybe it is just the ones directly on a tab?
[21:49] <nik90> ahayzen: https://code.launchpad.net/~carla-sella/ubuntu-clock-app/new-add_world_city_test/+merge/231131
[21:49] <ahayzen> nik90, as eg class EditAlarmPage(Page): would be a pushed page?
[21:49] <nik90> ahayzen: could be
[21:52] <ahayzen> nik90, using Page10 seems to have worked so i'll use that for now and see what balloons thinks when he is next around
[21:54] <nik90> ahayzen: we have the issue as well, so let's see how that can be fixed
[21:55] <ahayzen> nik90, it would be nice to fix as what happens if that number changes!
[21:55] <nik90> yup I had that exact concern :D