tests: no longer clean up state between tests
authorRobert Bragg <robert@linux.intel.com>
Wed, 7 Jul 2010 12:31:35 +0000 (13:31 +0100)
committerRobert Bragg <robert@linux.intel.com>
Wed, 7 Jul 2010 13:07:17 +0000 (14:07 +0100)
commitb24c96189df25df19a164cd477ea634cf41b45d9
tree3af5c7c9cfe0ad11db43b1d1859327ad6fa4a667
parent3570852b02fb7a26919bf50cbad1bc76dd4d2be7
tests: no longer clean up state between tests

Since we now run every test in a separate process there is no need to
try and avoid state leakage between tests. This removes the code to
cleanup all children of the stage and disconnect handlers from the
stage paint signal. We now explicitly print a warning if the users tries
to run multiple tests in one process.
tests/conform/test-conform-common.c