| 44 | do { QVERIFY(j); QVERIFY(((!j->exec()) || ((j)->status() != KDevelop::VcsJob::JobSucceeded))); } while(0) |
| 45 | |
| 46 | inline QString tempDir() { return QDir::tempPath(); } |
| 47 | inline QString gitTest_BaseDir() { return tempDir() + "/kdevGit_testdir/"; } |
| 48 | inline QString gitRepo() { return gitTest_BaseDir() + ".git"; } |
| 49 | inline QString gitSrcDir() { return gitTest_BaseDir() + "src/"; } |
no outgoing calls
no test coverage detected