From faf85814450dc996995ce1eb9a316517a7065151 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Sun, 13 Sep 2015 13:18:37 +0300 Subject: [PATCH] [test] Call ZLFile::initCache prior to running the tests Otherwise test would crash --- test/test-css/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test-css/main.cpp b/test/test-css/main.cpp index b76e6b0..b96c77b 100644 --- a/test/test-css/main.cpp +++ b/test/test-css/main.cpp @@ -275,6 +275,7 @@ int main(int argc, char **argv) } else { ret = RET_OK; ZLQtFSManager::createInstance(); + ZLFile::initCache(); if (argc > 1) { for (int i=1; i