Activity log for bug #1278917

Date Who What changed Old value New value Message
2014-02-11 15:18:22 Christopher Townsend bug added bug
2014-02-11 15:20:07 Christopher Townsend description Using trunk window-mocker (and window-mocker from the Unity daily-build PPA), tests that create window-mocker menu entries are failing due to window-mocker not creating the menu entries. The error look like: /var/local/autopilot/autopilot.log:ERROR:windowmocker.plugins.qt4:Invalid menu item - is not a dict or string: u'Search entry' /var/local/autopilot/autopilot.log:ERROR:windowmocker.plugins.qt4:Invalid menu item - is not a dict or string: u'Quit' The code that generates this uses the following window_spec: window_spec = { "Title": "Test menu application", "Menu": ["Search entry", "Quit"], } This can be found in unity trunk under tests/autopilot/unity/tests/test_search.py Using trunk window-mocker (and window-mocker from the Unity daily-build PPA), tests that create window-mocker menu entries are failing due to window-mocker not creating the menu entries. Note that this issue does not occur using python-windowmocker from the archive. The error look like: /var/local/autopilot/autopilot.log:ERROR:windowmocker.plugins.qt4:Invalid menu item - is not a dict or string: u'Search entry' /var/local/autopilot/autopilot.log:ERROR:windowmocker.plugins.qt4:Invalid menu item - is not a dict or string: u'Quit' The code that generates this uses the following window_spec: window_spec = {             "Title": "Test menu application",             "Menu": ["Search entry", "Quit"],  } This can be found in unity trunk under tests/autopilot/unity/tests/test_search.py
2014-02-11 16:20:00 Stephen M. Webb window-mocker: importance Undecided Critical
2014-02-11 21:16:50 Thomi Richards window-mocker: assignee Corey Goldberg (coreygoldberg)
2014-02-12 19:32:07 Corey Goldberg branch linked lp:~coreygoldberg/window-mocker/wm-fix1278917
2014-02-28 12:03:01 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/trusty/window-mocker/trusty-proposed
2014-02-28 12:13:54 Launchpad Janitor window-mocker (Ubuntu): status New Fix Released