From a563be278f9ef4b928701e6c708726ba6252a213 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 24 May 2023 14:23:05 +0200 Subject: test: Streamline filesystem git test repo... ...by removing unused subfolders and corresponding redundant checks in the tests using it. Also fixes misues in tests of the GetSubtree family of methods. --- test/buildtool/file_system/directory_entries.test.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/buildtool/file_system/directory_entries.test.cpp') diff --git a/test/buildtool/file_system/directory_entries.test.cpp b/test/buildtool/file_system/directory_entries.test.cpp index 585af659..4ef550f8 100644 --- a/test/buildtool/file_system/directory_entries.test.cpp +++ b/test/buildtool/file_system/directory_entries.test.cpp @@ -25,9 +25,6 @@ namespace { auto const kBundlePath = std::string{"test/buildtool/file_system/data/test_repo.bundle"}; -auto const kTreeId = std::string{"e51a219a27b672ccf17abec7d61eb4d6e0424140"}; -auto const kFooId = std::string{"19102815663d23f8b75a47e7a01965dcdc96468c"}; -auto const kBarId = std::string{"ba0e162e1c47469e3fe4b393a8bf8c569f302116"}; [[nodiscard]] auto GetTestDir() -> std::filesystem::path { auto* tmp_dir = std::getenv("TEST_TMPDIR"); -- cgit v1.2.3