projects
/
platform
/
core
/
uifw
/
e-tizen-testcase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7deb36c
)
e_test_event: allow set TC timeout to 0
56/257556/1
author
Junseok, Kim
<juns.kim@samsung.com>
Tue, 27 Apr 2021 11:14:31 +0000
(20:14 +0900)
committer
Junseok, Kim
<juns.kim@samsung.com>
Tue, 27 Apr 2021 11:14:31 +0000
(20:14 +0900)
Change-Id: I5ade49e14d6476f125577f56708ecc9e8e72c895
src/e_test_event.cpp
patch
|
blob
|
history
diff --git
a/src/e_test_event.cpp
b/src/e_test_event.cpp
index 63af5ac105e1cffea6106262bcc207a091ab0eb3..e8ad8441153f652974e66b17d86743b641a36a40 100644
(file)
--- a/
src/e_test_event.cpp
+++ b/
src/e_test_event.cpp
@@
-598,7
+598,7
@@
etRunner::setTCTimeout(Eina_Bool set, int timeout)
Eldbus_Pending *p = NULL;
Eina_Bool res = EINA_FALSE;
- if (timeout <
=
0) return EINA_FALSE;
+ if (timeout < 0) return EINA_FALSE;
p = eldbus_proxy_call(dbus.ds_proxy,
"SetTestTimeout",