Use std::string on test function param 32/73932/1
authorKyungwook Tak <k.tak@samsung.com>
Fri, 10 Jun 2016 05:51:52 +0000 (14:51 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Fri, 10 Jun 2016 05:54:01 +0000 (14:54 +0900)
commit0beabde6103d9422a9b1b2ca0b641e28d37cb3e0
treed0d6d269a5d8b0f248beb5ea7f6579b359a2dfa5
parentfbb115d7c80f36bd985496042c440033ea7c82c6
Use std::string on test function param

resource paths could be converted to std::string to support both of
platform v 2.4 & 3.0 by generate paths dynamically.
For this, test assertion functions need to receive std::string() param
for not to use '.c_str()' member function of std::string to all of
callers.

Change-Id: I3780673a757204fea7be1846726e8f15f14c449b
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
test/test-api-content-screening-async.cpp
test/test-api-content-screening.cpp
test/test-common.cpp
test/test-common.h
test/test-helper.cpp
test/test-helper.h