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