[AT-SPI] Set both ScreenReaderEnabled and IsEnabled in TestEnableSC 68/245068/10
authorArtur Świgoń <a.swigon@samsung.com>
Wed, 30 Sep 2020 10:24:26 +0000 (12:24 +0200)
committerArtur Świgoń <a.swigon@samsung.com>
Fri, 23 Oct 2020 13:07:01 +0000 (15:07 +0200)
Change-Id: Ie3f6a57cb5b550773df761a2c459a148104fa945

automated-tests/src/dali-toolkit-internal/dali-toolkit-test-utils/accessibility-test-utils.cpp

index 0f110bc..f8eec35 100644 (file)
@@ -74,6 +74,7 @@ namespace Dali {
             }
             auto wr = static_cast<TestDBusWrapper*>(DBusWrapper::Installed());
             wr->fromTestChangeProperty("/org/a11y/bus", "org.a11y.Status", "ScreenReaderEnabled", b);
             }
             auto wr = static_cast<TestDBusWrapper*>(DBusWrapper::Installed());
             wr->fromTestChangeProperty("/org/a11y/bus", "org.a11y.Status", "ScreenReaderEnabled", b);
+            wr->fromTestChangeProperty("/org/a11y/bus", "org.a11y.Status", "IsEnabled", b);
         }
 
         std::vector<Address> TestGetChildren(const Address &adr)
         }
 
         std::vector<Address> TestGetChildren(const Address &adr)