Skip to content

Commit

Permalink
Remove dead tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 21, 2020
1 parent 346a542 commit 1ce9f1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/unit/PluginManagerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ TEST(PluginManagerTest, SearchPaths)
Utils::unsetenv("PDAL_DRIVER_PATH");

StringList paths = PluginDirectory::test_pluginSearchPaths();
EXPECT_TRUE(Utils::contains(paths, "./lib"));
EXPECT_TRUE(Utils::contains(paths, "../lib"));
EXPECT_TRUE(Utils::contains(paths, "../bin"));
EXPECT_TRUE(Utils::contains(paths, Config::pluginInstallPath()));

#ifdef _WIN32
Expand Down

0 comments on commit 1ce9f1c

Please sign in to comment.