~keepassx/keepassx/trunk

« back to all changes in this revision

Viewing changes to tests/TestQSaveFile.cpp

  • Committer: Florian Geyer
  • Date: 2014-05-16 10:32:52 UTC
  • Revision ID: git-v1:77af79498c566be89787d206c2fa88985463a932
Move QTEST_GUILESS_MAIN statements before test cases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include "tests.h"
30
30
#include "core/qsavefile.h"
31
31
 
 
32
QTEST_GUILESS_MAIN(TestQSaveFile)
 
33
 
32
34
class DirCleanup
33
35
{
34
36
public:
197
199
 
198
200
    return dirName;
199
201
}
200
 
 
201
 
QTEST_GUILESS_MAIN(TestQSaveFile)