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:
Oliver Hamlet
2014-11-05 18:45:26 +00:00
parent d9c098b17d
commit 7f6d2d8a54
+3 -3
View File
@@ -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;