Installer tests sources modification
authorKarol Pawlowski <k.pawlowski@samsung.com>
Wed, 27 Feb 2013 12:32:25 +0000 (13:32 +0100)
committerKarol Pawlowski <k.pawlowski@samsung.com>
Fri, 1 Mar 2013 09:10:52 +0000 (10:10 +0100)
commit20033932a1f56c16b43a3b7d72dfcf2782e00910
tree0dfd49bbd6be2ae89602062310ab059d01c13201
parent994333f9e419ce00f7b87052c1486468f17c2dbd
Installer tests sources modification

[Issue#] LINUXWRT-137
[Problem] Too many tests in one file
[Cause] N/A
[Solution] N/A
[Verification] Run wrt-installer-tests-general

Change-Id: Ib296e5f9a547f7c6724e4d981a2268434c65db80
14 files changed:
tests/general/BackgroundPageTests.cpp [new file with mode: 0644]
tests/general/CMakeLists.txt
tests/general/CMakeUtils.txt [deleted file]
tests/general/InstallerWrapper.cpp [moved from tests/general/common/src/InstallerWrapper.cpp with 100% similarity]
tests/general/InstallerWrapper.h [moved from tests/general/common/include/InstallerWrapper.h with 73% similarity]
tests/general/ManifestFile.cpp [moved from tests/general/common/src/ManifestFile.cpp with 100% similarity]
tests/general/ManifestFile.h [moved from tests/general/common/include/ManifestFile.h with 87% similarity]
tests/general/ManifestTests.cpp [new file with mode: 0644]
tests/general/NPluginsInstallTests.cpp [new file with mode: 0644]
tests/general/NonRootUserTests.cpp [new file with mode: 0644]
tests/general/ParsingTizenAppserviceTests.cpp [new file with mode: 0644]
tests/general/TestCases.cpp [deleted file]
tests/general/TestInit.cpp
tests/general/common/CMakeLists.txt [deleted file]