X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-scene3d%2Futc-Dali-Gltf2Loader.cpp;h=a485f0fd486851fc6f34b9483ad28c4a52b710db;hp=357d2a8fcd25d84917e7f4451d6ef2b7311fa826;hb=229b6c3c9c782b92c820b186da244bf2dc50dc32;hpb=f96dc176ca102496ea0c7f895d6d75482fdce5af diff --git a/automated-tests/src/dali-scene3d/utc-Dali-Gltf2Loader.cpp b/automated-tests/src/dali-scene3d/utc-Dali-Gltf2Loader.cpp index 357d2a8..a485f0f 100644 --- a/automated-tests/src/dali-scene3d/utc-Dali-Gltf2Loader.cpp +++ b/automated-tests/src/dali-scene3d/utc-Dali-Gltf2Loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 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. @@ -55,8 +55,7 @@ namespace { struct Context { - ResourceBundle::PathProvider pathProvider = [](ResourceType::Value type) - { + ResourceBundle::PathProvider pathProvider = [](ResourceType::Value type) { return TEST_RESOURCE_DIR "/"; }; @@ -494,8 +493,7 @@ int UtcDaliGltfLoaderSuccessShort(void) TestApplication app; const std::string resourcePath = TEST_RESOURCE_DIR "/"; - auto pathProvider = [resourcePath](ResourceType::Value) - { + auto pathProvider = [resourcePath](ResourceType::Value) { return resourcePath; }; @@ -503,6 +501,7 @@ int UtcDaliGltfLoaderSuccessShort(void) for(auto modelName : { "2CylinderEngine", "AnimatedMorphCube", + "AnimatedMorphCubeAnimateNonZeroFrame", "AnimatedMorphSphere", "AnimatedTriangle", "BoxAnimated",