commit | b1adf9e55d96235b97e22628ccf0adc2c6546d8b | [log] [tgz] |
---|---|---|
author | guoyin.chen <guoyin.chen@freescale.com> | Mon Nov 16 16:10:38 2015 +0800 |
committer | Chris Craik <ccraik@android.com> | Thu Nov 19 22:36:48 2015 +0000 |
tree | cad52c1d69cb00d359f00a53e012e3345d670331 | |
parent | 3f0bc4502bb83a3193cd5d0e37b51ad42460133e [diff] |
Make sure the next case started after previous case finished Previous test case "getActivity().finish()" may be scheduled after the start of current case. In this case, there will be no layer for this case to draw its UI as its acitivity finished as the previous test case's teardown. Change-Id: Ifb4dfaa8817c99268e7f8b1d359fabf08a01c552 Signed-off-by: guoyin.chen <guoyin.chen@freescale.com>