projects
/
platform
/
core
/
system
/
feedbackd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b04a30b
)
test: Fix level value for VibratePattern test
84/233084/2
accepted/tizen/unified/20200609.153544
submit/tizen/20200608.114627
author
Yunmi Ha
<yunmi.ha@samsung.com>
Tue, 12 May 2020 05:14:36 +0000
(14:14 +0900)
committer
Hyotaek Shim
<hyotaek.shim@samsung.com>
Tue, 12 May 2020 05:31:11 +0000
(
05:31
+0000)
Change-Id: I087dc84a91c5a1544dab2c5cd341e9072bb0bad3
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
src/auto-test/haptic.c
patch
|
blob
|
history
diff --git
a/src/auto-test/haptic.c
b/src/auto-test/haptic.c
index
ea1022d
..
c8ec2a8
100644
(file)
--- a/
src/auto-test/haptic.c
+++ b/
src/auto-test/haptic.c
@@
-251,7
+251,7
@@
void haptic_test_all(int *success, int *fail)
nanosleep(&time, NULL);
(haptic_vibratemonotone(300, 100, 0)) ? s++ : f++;
nanosleep(&time, NULL);
- (haptic_vibratepattern("FEEDBACK_PATTERN_SIP",
100, 0))
? s++ : f++;
+ (haptic_vibratepattern("FEEDBACK_PATTERN_SIP",
2, 0))
? s++ : f++;
nanosleep(&time, NULL);
(haptic_getstate(0)) ? s++ : f++;
(haptic_showhandlelist()) ? s++ : f++;