[19:20] balloons: you around? [19:22] veebers, first day back, how are you? [19:23] balloons: nice, how was your travel back? I'm ok thanks. I got back Wed arvo (Friday today), funnily enough I felt better yesterday than today. But still feel fine :-) [19:24] ahh right, it's one week on locally for you [19:24] balloons: Yeah, I stayed on for a couple of days and left DC Monday lunchtime [19:24] balloons: I can't remember if I followed up this bug, but I take it from past conversations that this can be closed against autopilot? https://bugs.launchpad.net/autopilot/+bug/1379488 [19:24] Ubuntu bug 1379488 in Ubuntu Calendar App "apparmor denial during test runs for /home/phablet/autopilot/fakeenv/*/.cache/QML/" [Undecided,New] [19:25] veebers, so the AP work was to remove the click.rules rules we put in [19:25] I believe that file is gone now, though the work remains. so autopilot should be no longer affected indeed [19:25] balloons: oh, so they no longer exist as part of the remove from image :-) [19:26] sweet, thanks balloons. I'll mark as invalid [19:26] actually, perhaps fix released is better suited if it was the removal of the rules files [19:28] veebers, well what happened to the click rules again? refresh my memory [19:28] balloons: They were removed from autopilot-touch package [19:28] veebers, right, and they went where? [19:28] oh, and moved to dbus-properties-service (or something similar0 [19:28] so, they still exist [19:29] so, I think I was to quick to suggest 'fix released' [19:30] veebers, right so that bit of work needs to happen still. So wherever it's moved should be marked [19:30] * balloons checks the bug [19:31] balloons: right you are, I'll double check which package it actually went into [19:31] thanks veebers. I'll update the bug to specify that the click.rules need to modified once the dependant bug lands [19:37] veebers, rev 518 makes me smile! [19:43] veebers, so I'm not sure where the rules went your mp doesn't mention a bug [19:43] https://code.launchpad.net/~veebers/autopilot/1.5-fixing-packaging-image-removal/+merge/239192 [19:47] balloons: ^_^ yeah working on a release today. Let me clarify where they went [19:49] balloons: dbus-property-service [20:46] Hi guys I've got some problems with an autopilot test I am trying to write for telegram app, launching autopilot list or run on it says there are not tests, cannot figure out what's wrong, can someone help me ? [20:46] Letozaf_: sure thing [20:46] Letozaf_: Do you have a link to a branch of what you're trying to run? [20:47] veebers, thanks, here is the link: lp:~carla-sella/junk/libqtelegram_First_small_test [20:47] * veebers looks [20:50] Letozaf_: your __init__.py file is missnamed (has a space in the file name) ubuntu_telegram_app/tests/__init__\ .py should be ubuntu_telegram_app/tests/__init__.py [20:51] Letozaf_: Once you make that change list will work (but currently raises a sytanx error exception, but you'll be able to work that out once you can actually list it :-) ) [20:51] veebers, oooh!!! thanks, this was driving me mad :-) [20:51] Letozaf_: heh, nw. I know the feeling :-) [20:51] veebers, :-P [20:52] I've spent some time before wondering the same thing just to realise that my file name didn't start with 'test_' :-\ [20:52] veebers, lol