projects
/
platform
/
core
/
api
/
vine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa01856
)
Fix unitest for dp
03/266203/1
author
cheoleun moon
<chleun.moon@samsung.com>
Thu, 28 Oct 2021 03:44:40 +0000
(12:44 +0900)
committer
cheoleun moon
<chleun.moon@samsung.com>
Tue, 9 Nov 2021 05:50:35 +0000
(14:50 +0900)
Change-Id: I1433bb218e80db78a9b79617696edbdac75373dc
tests/unittest/vine-unittest-dp.cpp
patch
|
blob
|
history
diff --git
a/tests/unittest/vine-unittest-dp.cpp
b/tests/unittest/vine-unittest-dp.cpp
index 718da0e8a37b5ff74ed024d5b43e457740b26eba..10a8b3571ae49cc99bbfc9ddca12d6135cc395aa 100755
(executable)
--- a/
tests/unittest/vine-unittest-dp.cpp
+++ b/
tests/unittest/vine-unittest-dp.cpp
@@
-476,7
+476,7
@@
TEST_F(VineDpTest, SetServiceN)
vine_dp_set_service(NULL, service));
EXPECT_EQ(VINE_ERROR_INVALID_PARAMETER,
vine_dp_set_service(client_dp, NULL));
- EXPECT_EQ(VINE_ERROR_INVALID_
PARAMETER
,
+ EXPECT_EQ(VINE_ERROR_INVALID_
OPERATION
,
vine_dp_set_service(pubsub_dp, service));
vine_service_destroy(service);
}