Separate file operations into separate file 25/33525/3
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Mon, 12 Jan 2015 15:34:56 +0000 (16:34 +0100)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Wed, 14 Jan 2015 06:29:29 +0000 (07:29 +0100)
commit96c5364fce76ec0b6a29c7178adbb008e11a5a43
tree158b10856cc826adf8a110f22688a8140cd7f070
parentb4713c804a046fc6bd8d6b537be58c8531da8a7a
Separate file operations into separate file

All files operations done in cynara_test_env are moved to new namespace FileOperations
and implemented in cynara_test_file_operations.cpp file.
cynaraDbExists() function was generalized to dirExists(string) function.

Change-Id: Ic610078330074a648dbb24ddec7297a337a41de0
tests/cynara-tests/CMakeLists.txt
tests/cynara-tests/common/cynara_test_env.cpp
tests/cynara-tests/common/cynara_test_file_operations.cpp [new file with mode: 0644]
tests/cynara-tests/common/cynara_test_file_operations.h [new file with mode: 0644]