Index: test/DefaultFileSystem.cpp |
=================================================================== |
--- a/test/DefaultFileSystem.cpp |
+++ b/test/DefaultFileSystem.cpp |
@@ -17,17 +17,17 @@ |
#include <AdblockPlus.h> |
#include <gtest/gtest.h> |
#include "../src/Utils.h" |
namespace |
{ |
- const std::string testPath = "libadblockplus-test-file"; |
+ const std::string testPath = "libadblockplus-t\xc3\xa4st-file"; |
void WriteString(AdblockPlus::FileSystem& fileSystem, |
const std::string& content) |
{ |
std::tr1::shared_ptr<std::stringstream> input(new std::stringstream); |
*input << content; |
fileSystem.Write(testPath, input); |
} |