projects
/
platform
/
core
/
connectivity
/
bluetooth-frwk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3293270
)
Remove the debug message for TC
95/98295/1
author
DoHyun Pyun
<dh79.pyun@samsung.com>
Thu, 17 Nov 2016 03:06:28 +0000
(12:06 +0900)
committer
DoHyun Pyun
<dh79.pyun@samsung.com>
Thu, 17 Nov 2016 03:07:10 +0000
(12:07 +0900)
Change-Id: Ia3d65d8fe83c985cbb128612558bd1b4425ec888
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
test/bluetooth-frwk-test.c
patch
|
blob
|
history
diff --git
a/test/bluetooth-frwk-test.c
b/test/bluetooth-frwk-test.c
index
643679b
..
db832e6
100644
(file)
--- a/
test/bluetooth-frwk-test.c
+++ b/
test/bluetooth-frwk-test.c
@@
-232,8
+232,12
@@
tc_table_t tc_table[] = {
};
+#if 0
#define tc_result(success, tc_index) \
TC_PRT("Test case [%d - %s] %s", tc_table[tc_index].tc_code, tc_table[tc_index].tc_name, ((success == TC_PASS) ? "Success" : "Failed"));
+#else
+#define tc_result(success, tc_index)
+#endif
bluetooth_device_info_t bond_dev;
int is_bond_device = FALSE;