~ubuntu-branches/ubuntu/utopic/qmenumodel/utopic-proposed

« back to all changes in this revision

Viewing changes to tests/client/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Charles Kerr, Nick Dedekind
  • Date: 2014-07-04 07:38:11 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20140704073811-vhvywosl4t7464pr
Tags: 0.2.7+14.10.20140704-0ubuntu1
[ Charles Kerr ]
* Fix a dangling UnityMenuAction pointer by ensuring it's registered
  with only one menu at a time. (LP: #1282282)

[ Nick Dedekind ]
* Unset the UnityMenuActions::model when destroying UnityMenuModel
  (LP: #1334203)

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
declare_test(convertertest)
61
61
declare_test(modelsignalstest)
62
62
declare_test(treetest)
 
63
declare_test(unitymenuactiontest)
63
64
 
64
65
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/qmlfiles.h.in
65
66
               ${CMAKE_CURRENT_BINARY_DIR}/qmlfiles.h)