diff options
author | jin0.kim <jin0.kim@samsung.com> | 2017-06-09 10:05:53 +0830 |
---|---|---|
committer | jin0.kim <jin0.kim@samsung.com> | 2017-06-09 10:06:01 +0830 |
commit | bcebd341a0665cc19847ab2310a38d002bae2414 (patch) | |
tree | 7663abb7e0d25575f80043e1f3f96703aa403663 | |
parent | 47620ef1f9cb48dc5fd4f1360d331f9880dfab0a (diff) | |
download | w3-home-bcebd341a0665cc19847ab2310a38d002bae2414.tar.gz w3-home-bcebd341a0665cc19847ab2310a38d002bae2414.tar.bz2 w3-home-bcebd341a0665cc19847ab2310a38d002bae2414.zip |
fix error
Change-Id: I0566064e668e8833ccbcd0133fd465a9aabe22ed
-rwxr-xr-x | test/feature_test/group_feature_moments_control_button_status_behavior.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/feature_test/group_feature_moments_control_button_status_behavior.c b/test/feature_test/group_feature_moments_control_button_status_behavior.c index b09c6ce..2b11f48 100755 --- a/test/feature_test/group_feature_moments_control_button_status_behavior.c +++ b/test/feature_test/group_feature_moments_control_button_status_behavior.c @@ -62,12 +62,12 @@ static void __group_tear_down(void) TEST_GROUP_TEAR_DOWN_DONE(0.6, s_info.group); } + __t__update_control_state(); + __t__update_control_view(); __t__set_do_not_disturb_state(s_info.is_do_not_disturb); __t__set_flight_mode_state(s_info.is_flight_mode); __t__set_volume_level(s_info.volume_level); __t__set_brightness_level(s_info.brightness_level); - __t__update_control_state(); - __t__update_control_view(); TEST_GROUP_TEAR_DOWN_DONE(0.0, s_info.group); } |