← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1588598] Re: Unit tests are not executed

 

This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1995+16.10.20160607.1

---------------
ubuntu-ui-toolkit (1.3.1995+16.10.20160607.1) yakkety; urgency=medium

  [ Albert Astals Cid ]
  * Initialize two variables
      physicallyEnded in the dummy TouchInfo constructor
      m_nextTimeoutTime in the FakeTimer
    It's not really needed since it's only used in update() if start()
    has been called that then initializes m_nextTimeoutTime
    But it's always nice to initialize all members.

  [ Zsombor Egri ]
  * Move PropertyChange into UbuntuToolkit package.

  [ Christian Dywan ]
  * Merge tests/unit and tests/unit_x11. Fixes LP: #1273696
  * UCListItem needs to handle click/trigger by keyboard. Fixes LP: #1581027
  * Remove TARGET pointing at "gallery" script
    qmake can't tell that it's not a generated file. Fixes LP: #1523093.

  [ Zoltan Balogh ]
  * Skip unit tests only on Yakketi. Fixes LP: #1588598

  [ Tarmac, Zoltán Balogh ]
  * OTA12-2016-06-07 landing

 -- Zoltán Balogh <zoltan.balogh@xxxxxxxxxxxxx>  Tue, 07 Jun 2016
18:25:12 +0000

** Changed in: ubuntu-ui-toolkit (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1588598

Title:
  Unit tests are not executed

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  Due to a recent change in the debian/rules file the tests got accidentally skipped on all but the latest series.
  The bug can be fixed with a simple s/ifneq/ifeq/ change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1588598/+subscriptions


References