From 7f6d2d8a542f49d5152b75ce8ba06ee2608aceaf Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 5 Nov 2014 18:45:26 +0000 Subject: [PATCH] Updated expected load order test result. To accommodate recent changes. By coincidence, this matches the load order calculated on Travis, so this might be the first successful commit in a while. --- src/tests/api/api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tests/api/api.h b/src/tests/api/api.h index 29a6b5f8..d6219b30 100644 --- a/src/tests/api/api.h +++ b/src/tests/api/api.h @@ -215,16 +215,16 @@ TEST_F(OblivionAPIOperationsTest, SortPlugins) { // Expected order was obtained from running the API function once. std::list expectedOrder = { + "Blank.esm", "Blank - Different.esm", "Blank - Different Master Dependent.esm", - "Blank.esm", "Blank - Master Dependent.esm", "Oblivion.esm", - "Blank - Different Master Dependent.esp", + "Blank.esp", "Blank - Different.esp", + "Blank - Different Master Dependent.esp", "Blank - Different Plugin Dependent.esp", "Blank - Master Dependent.esp", - "Blank.esp", "Blank - Plugin Dependent.esp", }; std::list actualOrder;