mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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.
This commit is contained in:
+3
-3
@@ -215,16 +215,16 @@ TEST_F(OblivionAPIOperationsTest, SortPlugins) {
|
||||
|
||||
// Expected order was obtained from running the API function once.
|
||||
std::list<std::string> 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<std::string> actualOrder;
|
||||
|
||||
Reference in New Issue
Block a user