test: Put test data into TestSuite specific folders

This commit is contained in:
Eberhard Graether
2014-07-01 00:19:48 +02:00
parent 324dff80a8
commit 4c0f07c16f
15 changed files with 41 additions and 32 deletions
+2 -2
View File
@@ -481,8 +481,8 @@ public:
CxxParser parser(client);
std::vector<std::string> filePaths;
filePaths.push_back("data/test_header.h");
filePaths.push_back("data/test_code.cpp");
filePaths.push_back("data/CxxParserTestSuite/header.h");
filePaths.push_back("data/CxxParserTestSuite/code.cpp");
parser.parseFiles(filePaths);
TS_ASSERT_EQUALS(client->typedefs.size(), 1);