mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update LOOT to use new HTML redirect doc
This commit is contained in:
@@ -44,7 +44,7 @@ Fallout: New Vegas.
|
||||
|
||||
namespace loot {
|
||||
boost::filesystem::path LootPaths::getReadmePath() {
|
||||
return lootAppPath_ / "docs" / "LOOT Readme.html";
|
||||
return lootAppPath_ / "docs" / "index.html";
|
||||
}
|
||||
|
||||
boost::filesystem::path LootPaths::getUIIndexPath() {
|
||||
|
||||
@@ -34,7 +34,7 @@ namespace test {
|
||||
TEST(LootPaths, getReadmePathShouldUseLootAppPath) {
|
||||
LootPaths::initialise();
|
||||
|
||||
EXPECT_EQ(boost::filesystem::current_path() / "docs" / "LOOT Readme.html", LootPaths::getReadmePath());
|
||||
EXPECT_EQ(boost::filesystem::current_path() / "docs" / "index.html", LootPaths::getReadmePath());
|
||||
}
|
||||
|
||||
TEST(LootPaths, getUIIndexPathShouldUseLootAppPath) {
|
||||
|
||||
Reference in New Issue
Block a user