Added P/N test cases, fixed last 2 cases. 65/38365/1
authorDavid Steele <david.steele@partner.samsung.com>
Fri, 17 Apr 2015 17:01:00 +0000 (18:01 +0100)
committerDavid Steele <david.steele@partner.samsung.com>
Fri, 17 Apr 2015 17:01:00 +0000 (18:01 +0100)
commitfd3012b1dac7bd63b2286d673d831371dc21fc84
tree426a63677f6b514a9cc6a856c4c81c595966c9a9
parent5f3bd7e8b77b09ae203755b818701380523b5ca2
Added P/N test cases, fixed last 2 cases.

UtcDaliRenderTaskOnce03 was expecting a behaviour that Dali should
have but doesn't - i.e. a draw should not happen if the scene does not
update, but currently, it renders twice more with the old render items.
Have fixed the test case to handle this.

UtcDaliRenderTaskOnce08 was broken - it didn't set the sync variable,
and thus could not get the finished signal. Have set it appropriately,
and corrected the test case.

Change-Id: Idf57356a5a2170ab27051bcd6b222613a3a1d8c3
Signed-off-by: David Steele <david.steele@partner.samsung.com>
automated-tests/src/dali/utc-Dali-RenderTask.cpp