| 136 | } |
| 137 | |
| 138 | void test_PathCombine2() |
| 139 | { |
| 140 | QFETCH(QString, result); |
| 141 | QFETCH(QString, path1); |
| 142 | QFETCH(QString, path2); |
| 143 | QFETCH(QString, path3); |
| 144 | |
| 145 | QCOMPARE(FS::PathCombine(path1, path2, path3), result); |
| 146 | } |
| 147 | |
| 148 | void test_copy() |
| 149 | { |
nothing calls this directly
no test coverage detected