test: Fixed tests

This commit is contained in:
Eberhard Graether
2015-09-17 15:07:46 +02:00
parent b36e3fb758
commit 04f24ba63d
12 changed files with 328 additions and 32 deletions
+5
View File
@@ -4,6 +4,11 @@
#include "data/parser/cxx/CxxParser.h"
#include "TestFileManager.h"
TestStorage::TestStorage()
: Storage("data/test.sqlite")
{
}
void TestStorage::parseCxxCode(std::string code)
{
clear();