aboutsummaryrefslogtreecommitdiff
path: root/test/StormTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/StormTest.cpp')
-rwxr-xr-xtest/StormTest.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp
index 31e9981..60e2167 100755
--- a/test/StormTest.cpp
+++ b/test/StormTest.cpp
@@ -3787,15 +3787,13 @@ static DWORD TestReplaceFile(LPCTSTR szMpqPlainName, LPCTSTR szFilePlainName, LP
static void Test_PlayingSpace()
{
-/*
HANDLE hMpq = NULL;
- if(SFileOpenArchive(_T("e:\\poc17"), 0, 0, &hMpq))
+ if(SFileOpenArchive(_T("e:\\poc18"), 0, 0, &hMpq))
{
- SFileCompactArchive(hMpq, _T("e:\\Ladik\\Incoming\\poc17"), true);
+ SFileCompactArchive(hMpq, _T("e:\\Ladik\\Incoming\\poc18"), true);
SFileCloseArchive(hMpq);
}
-*/
}
//-----------------------------------------------------------------------------