Add test for QTimeLine::toggleDirection()
authorJason McDonald <jason.mcdonald@nokia.com>
Mon, 21 Nov 2011 07:49:07 +0000 (17:49 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 21 Nov 2011 23:33:44 +0000 (00:33 +0100)
commit36ee00c9f519b942066dc364e0bf101a9d4f805c
tree7723517521b696566b638ee841cd3abef01349c4
parentcf1de2f07256e50b311eb28ebbcfbc0f9d984285
Add test for QTimeLine::toggleDirection()

Before QTimeLine made it into the public API, the toggle() function
became toggleDirection() and isReversed() became the more generic
direction().  This commit uncomments the old toggle() test and uses the
final function names.

Change-Id: Ie3379f32ff0c78436f33c2733232d795ca88152b
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/corelib/tools/qtimeline/tst_qtimeline.cpp