syncevolution/src/Test.h
Patrick Ohly 3fb21013d4 avoid filenames with colons in the name
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@110 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-05-28 16:24:37 +00:00

9 lines
236 B
C++

#include <string>
using namespace std;
// until a better solution is found use the helper function from TestMain.cpp
extern const string &getCurrentTest();
// removes special characters
extern void simplifyFilename(string &filename);