X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftoolkit-environment-variable.h;h=96c9c8829ed4b0595570ff91711a232a9efb1026;hb=105a3fe3da990090d2074ba3c259a2dbaf1c8ad2;hp=b1ebae09f343c12606cce8e5cc67122a9b525dc0;hpb=acbe10c62c46a30c58e08d8971a736f04e68dbf8;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-environment-variable.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-environment-variable.h index b1ebae0..96c9c88 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-environment-variable.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-environment-variable.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,17 +23,14 @@ namespace Dali { - namespace EnvironmentVariable { +const char* GetEnvironmentVariable(const char* variable); -const char * GetEnvironmentVariable( const char * variable ); - -void SetTestingEnvironmentVariable( bool ); +void SetTestEnvironmentVariable(const char* variable, const char* value); } // namespace EnvironmentVariable } // namespace Dali - #endif // DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H