From 3d3ba1457a465a85b13e479bc11bd45c32635179 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 4 Mar 2022 09:30:19 +0100 Subject: [PATCH] Adapt tests --- libpkg/tests/parser_helper.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libpkg/tests/parser_helper.cpp b/libpkg/tests/parser_helper.cpp index 68b5be0..ca4cf44 100644 --- a/libpkg/tests/parser_helper.cpp +++ b/libpkg/tests/parser_helper.cpp @@ -106,7 +106,8 @@ void checkSyncthingTrayPackageSoDependencies(const Package &package) CPPUNIT_ASSERT_EQUAL_MESSAGE("origin", PackageOrigin::PackageContents, package.origin); CPPUNIT_ASSERT_EQUAL_MESSAGE("file name"s, "syncthingtray-0.6.2-1-x86_64.pkg.tar.xz"s, package.packageInfo->fileName); const set sonames( - { "elf-x86_64::libsyncthingwidgets.so.0.6.2", "elf-x86_64::libsyncthingmodel.so.0.6.2", "elf-x86_64::libsyncthingconnector.so.0.6.2" }); + { "elf-x86_64::libsyncthingwidgets.so.0.6.2", "elf-x86_64::libsyncthingmodel.so.0.6.2", "elf-x86_64::libsyncthingconnector.so.0.6.2", + "elf-x86_64::libsyncthingfileitemaction.so" }); CPPUNIT_ASSERT_EQUAL_MESSAGE("library provides from sonames"s, sonames, package.libprovides); const set required({ "elf-x86_64::libqtutilities.so.5", "elf-x86_64::libsyncthingmodel.so.0.6.2", "elf-x86_64::libKF5KIOWidgets.so.5", "elf-x86_64::libsyncthingconnector.so.0.6.2", "elf-x86_64::libsyncthingwidgets.so.0.6.2", "elf-x86_64::libKF5KIOCore.so.5",