From f3469cfb0c9fe2815aabdd5f7cb9e3cbf79bf417 Mon Sep 17 00:00:00 2001
From: Bernd Hentschel <hentschel@vr.rwth-aachen.de>
Date: Mon, 25 Jun 2018 08:04:24 +0200
Subject: [PATCH] fix petty redundancy uncovered by @hoverath

---
 tests/src/test_resource_utils.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/src/test_resource_utils.cpp b/tests/src/test_resource_utils.cpp
index 5f201d80..83cde13b 100644
--- a/tests/src/test_resource_utils.cpp
+++ b/tests/src/test_resource_utils.cpp
@@ -66,7 +66,6 @@ SCENARIO("Resource utils can declarare a file resource.",
   }
   GIVEN("A file name and a search path") {
     std::string file_name{"textures/splash_progress.png"};
-    phx::ResourceUtils::AddResourceSearchPath(phx::resources_root);
 
     THEN(
         "we get a declaration with a valid file name that has been pre-pended "
@@ -95,7 +94,6 @@ SCENARIO("Resource utils can load a file resource.",
          "[phx][phx::ResourceUtils]") {
   GIVEN("A file name") {
     std::string file_name{"textures/splash_progress.png"};
-    phx::ResourceUtils::AddResourceSearchPath(phx::resources_root);
 
     THEN("It can load it") {
       phx::ResourcePointer<phx::Image> image =
-- 
GitLab