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/other_tools/git_operations/git_repo_remote.test.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'test/other_tools/git_operations/git_repo_remote.test.cpp') diff --git a/test/other_tools/git_operations/git_repo_remote.test.cpp b/test/other_tools/git_operations/git_repo_remote.test.cpp index 5e4f9f9e..42ad9eb7 100644 --- a/test/other_tools/git_operations/git_repo_remote.test.cpp +++ b/test/other_tools/git_operations/git_repo_remote.test.cpp @@ -26,12 +26,8 @@ namespace { auto const kBundlePath = std::string{"test/buildtool/file_system/data/test_repo.bundle"}; auto const kRootCommit = - std::string{"bc5f88b46bbf0c4c61da7a1296fa9a0559b92822"}; -auto const kRootId = std::string{"e51a219a27b672ccf17abec7d61eb4d6e0424140"}; -auto const kFooId = std::string{"19102815663d23f8b75a47e7a01965dcdc96468c"}; -auto const kBarId = std::string{"ba0e162e1c47469e3fe4b393a8bf8c569f302116"}; -auto const kBazOneId = std::string{"c610db170fbcad5f2d66fe19972495923f3b2536"}; -auto const kBazTwoId = std::string{"27b32561185c2825150893774953906c6daa6798"}; + std::string{"e4fc610c60716286b98cf51ad0c8f0d50f3aebb5"}; +auto const kRootId = std::string{"c610db170fbcad5f2d66fe19972495923f3b2536"}; } // namespace -- cgit v1.2.3