Move test cache output into a better place

This was SVN commit r7332.
This commit is contained in:
Ykkrosh 2010-02-28 21:22:52 +00:00
parent 2a06c721e4
commit dc0cd4bedd

View File

@ -40,6 +40,7 @@ public:
g_VFS = CreateVfs(20 * MiB);
TS_ASSERT_OK(g_VFS->Mount(L"", DataDir()/L"mods/public"));
TS_ASSERT_OK(g_VFS->Mount(L"cache/", DataDir()/L"cache"));
// Set up loads of stuff that's needed in order to load a map
new CTextureManager();