| 43 | } |
| 44 | |
| 45 | void test_PathCombine1() |
| 46 | { |
| 47 | QFETCH(QString, result); |
| 48 | QFETCH(QString, path1); |
| 49 | QFETCH(QString, path2); |
| 50 | |
| 51 | QCOMPARE(FS::PathCombine(path1, path2), result); |
| 52 | } |
| 53 | |
| 54 | void test_PathCombine2_data() |
| 55 | { |
nothing calls this directly
no test coverage detected