From 830faf3b87fee78b87de22a628bbb5dbfce67829 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 28 Jun 2015 10:23:28 +0100 Subject: [PATCH] Use valid missing plugin names. --- src/tests/fixtures.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/fixtures.h b/src/tests/fixtures.h index b756cc6d..c5cd09df 100644 --- a/src/tests/fixtures.h +++ b/src/tests/fixtures.h @@ -61,8 +61,8 @@ protected: ASSERT_TRUE(boost::filesystem::exists(dataPath / "Blank - Plugin Dependent.esp")); ASSERT_TRUE(boost::filesystem::exists(dataPath / "Blank - Different Plugin Dependent.esp")); - ASSERT_FALSE(boost::filesystem::exists(dataPath / "Blank.esm.missing")); - ASSERT_FALSE(boost::filesystem::exists(dataPath / "Blank.esp.missing")); + ASSERT_FALSE(boost::filesystem::exists(dataPath / "Blank.missing.esm")); + ASSERT_FALSE(boost::filesystem::exists(dataPath / "Blank.missing.esp")); // Ghost a plugin. ASSERT_FALSE(boost::filesystem::exists(dataPath / "Blank - Master Dependent.esm.ghost"));