projects
/
platform
/
core
/
uifw
/
aurum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f61ac36
)
tests: modify to initialize gmock class members at ctor
accepted/tizen/unified/20200917.210648
submit/tizen/20200917.075940
author
Wonki Kim
<wonki_.kim@samsung.com>
Thu, 17 Sep 2020 07:58:52 +0000
(16:58 +0900)
committer
Wonki Kim
<wonki_.kim@samsung.com>
Thu, 17 Sep 2020 07:58:52 +0000
(16:58 +0900)
Change-Id: I09bee58b8d9d72b3b5f9225e5d032737c980abaf
tests/Test_Sel.cc
patch
|
blob
|
history
diff --git
a/tests/Test_Sel.cc
b/tests/Test_Sel.cc
index e8f428e8b929552d1093cb72f533d9d7fd51fb97..8e3f0463e945accc86438d71bef6c22c58fbe35b 100644
(file)
--- a/
tests/Test_Sel.cc
+++ b/
tests/Test_Sel.cc
@@
-21,31
+21,7
@@
class AurumTestSel : public ::testing::Test {
public:
- AurumTestSel(){
- /*
- App1
- Win1
- Node1
- Node2
- Node3
- Node4
- Node5
- Node6
- Node7
- Node8
- Node9
- Node10
- Win2
- Node11
- App2
- Win3
- Node12
- Node13
- Node14
- Node15
- Node16
- */
-
+ AurumTestSel() : mDevice{nullptr}, mWatcher{nullptr}, mApps{}, mWins{}, mNodes{}{
}
protected:
void SetUp() override {