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