Change unittest directory hierachy 61/262061/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 2 Aug 2021 06:29:56 +0000 (15:29 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 2 Aug 2021 06:30:54 +0000 (15:30 +0900)
commitd5d52c41abd1f872e8718b0e0b65b869021ebdd9
tree52ff0914969904bcd30e52e2ff7222ef10503d53
parent7be72dc5a00700ce5ecbe0cfd6ceefd7775516db
Change unittest directory hierachy

Add pkg_upgrade directory at unit_unitests directory to
add unit tests for another tools.

Change-Id: I0c6f4d98d30b9ce53721e684703e98fabb3ce482
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
40 files changed:
tests/unit_tests/CMakeLists.txt
tests/unit_tests/data/db/.pkgmgr_cert.db [deleted file]
tests/unit_tests/data/db/.pkgmgr_cert.db-journal [deleted file]
tests/unit_tests/data/db/.pkgmgr_parser.db [deleted file]
tests/unit_tests/data/db/.pkgmgr_parser.db-journal [deleted file]
tests/unit_tests/data/db_bck/.pkgmgr_cert.db [deleted file]
tests/unit_tests/data/db_bck/.pkgmgr_cert.db-journal [deleted file]
tests/unit_tests/data/db_bck/.pkgmgr_cert.db.bck [deleted file]
tests/unit_tests/data/db_bck/.pkgmgr_cert.db.bck-journal [deleted file]
tests/unit_tests/data/db_bck/.pkgmgr_parser.db [deleted file]
tests/unit_tests/data/db_bck/.pkgmgr_parser.db-journal [deleted file]
tests/unit_tests/data/db_bck/.pkgmgr_parser.db.bck [deleted file]
tests/unit_tests/data/db_bck/.pkgmgr_parser.db.bck-journal [deleted file]
tests/unit_tests/data/packages/org.tizen.alarm.xml [deleted file]
tests/unit_tests/data/packages/org.tizen.app-selector.xml [deleted file]
tests/unit_tests/data/packages/org.tizen.bluetooth.xml [deleted file]
tests/unit_tests/data/rw/list.txt [deleted file]
tests/unit_tests/pkg_upgrade/CMakeLists.txt [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/db/.pkgmgr_cert.db [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/db/.pkgmgr_cert.db-journal [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/db/.pkgmgr_parser.db [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/db/.pkgmgr_parser.db-journal [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/db_bck/.pkgmgr_cert.db [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/db_bck/.pkgmgr_cert.db-journal [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/db_bck/.pkgmgr_cert.db.bck [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/db_bck/.pkgmgr_cert.db.bck-journal [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/db_bck/.pkgmgr_parser.db [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/db_bck/.pkgmgr_parser.db-journal [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/db_bck/.pkgmgr_parser.db.bck [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/db_bck/.pkgmgr_parser.db.bck-journal [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/packages/org.tizen.alarm.xml [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/packages/org.tizen.app-selector.xml [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/packages/org.tizen.bluetooth.xml [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/data/rw/list.txt [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/src/test_backend_invoker.cc [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/src/test_main.cc [new file with mode: 0644]
tests/unit_tests/pkg_upgrade/src/test_pkg_upgrader.cc [new file with mode: 0644]
tests/unit_tests/src/test_backend_invoker.cc [deleted file]
tests/unit_tests/src/test_main.cc [deleted file]
tests/unit_tests/src/test_pkg_upgrader.cc [deleted file]