Make dummy result by special private data 90/279490/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 1 Dec 2021 09:19:35 +0000 (18:19 +0900)
committerSooyeon Kim <sooyeon.kim@samsung.com>
Wed, 10 Aug 2022 07:56:59 +0000 (07:56 +0000)
This reference engine uses remote server on network, so this engine can not work well if the
network status is not good by some case such as running on proxy or emulator.
This behavior makes difficult to test the framework functionality, because it makes testcase
developer difficult to expect results of service engine.

To solve this situation, this patch makes engine work as a test mode if the client app sends some
reserved private keys. By this change, user can test well if network status is not good.

Change-Id: I925d18e57ccacdcb1332caaf88e9e525d5fd5492
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
(cherry picked from commit ae0873569a935f206d650f861ba54bf77c91fe29)

bin/aarch64/org.tizen.stt-engine-default
bin/armv7l/org.tizen.stt-engine-default
bin/i586/org.tizen.stt-engine-default
bin/x86_64/org.tizen.stt-engine-default

index e0dc1df8c3bc63201db3dafbf3e49e78dbc34614..deab66be82177c6af543c4b16fc8b0a560924941 100755 (executable)
Binary files a/bin/aarch64/org.tizen.stt-engine-default and b/bin/aarch64/org.tizen.stt-engine-default differ
index 7dbe87f3e03a42943d931c879986478afa35c8ed..dc5350a40ea31e38f5326ae8a767b26d0e4e1a8d 100755 (executable)
Binary files a/bin/armv7l/org.tizen.stt-engine-default and b/bin/armv7l/org.tizen.stt-engine-default differ
index 24a0247a6137fe983d5f658055bda1c08dce99d4..493d6068f7e3835e9a8b97ca68ae827314028758 100755 (executable)
Binary files a/bin/i586/org.tizen.stt-engine-default and b/bin/i586/org.tizen.stt-engine-default differ
index e0ca98e20ca325b5fa7a914926f068561afca873..9355ca43591482815d10380a5bae9a9e19d5d2d6 100755 (executable)
Binary files a/bin/x86_64/org.tizen.stt-engine-default and b/bin/x86_64/org.tizen.stt-engine-default differ