| 71 | } |
| 72 | |
| 73 | void test_PathCombine2() |
| 74 | { |
| 75 | QFETCH(QString, result); |
| 76 | QFETCH(QString, path1); |
| 77 | QFETCH(QString, path2); |
| 78 | QFETCH(QString, path3); |
| 79 | |
| 80 | QCOMPARE(FS::PathCombine(path1, path2, path3), result); |
| 81 | } |
| 82 | |
| 83 | void test_copy() |
| 84 | { |
nothing calls this directly
no test coverage detected