tests: elm: follow up fix for _animation_disabled_ rename

This is a follow up fix for 4f840c5feb
Due to the abbreviated use in this macro I missed this occurrence.

With this fix it passes make check as well.
This commit is contained in:
Stefan Schmidt 2016-08-09 23:03:19 +02:00
parent b8599bff9f
commit 27c1155cd4
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ START_TEST (elm_config_eoapi)
CONFIG_CHKD(scroll_thumbscroll_border_friction, 0);
CONFIG_CHKD(scroll_thumbscroll_sensitivity_friction, 1.0);
CONFIG_CHKB(scroll_thumbscroll_smooth_start, 0);
CONFIG_CHKB(scroll_animation_disable, 0);
CONFIG_CHKB(scroll_animation_disabled, 0);
CONFIG_CHKD(scroll_accel_factor, 0);
CONFIG_CHKD(scroll_thumbscroll_smooth_amount, 0);
CONFIG_CHKD(scroll_thumbscroll_smooth_time_window, 0);