| 185 | } |
| 186 | |
| 187 | void test_PathCombine2() |
| 188 | { |
| 189 | QFETCH(QString, result); |
| 190 | QFETCH(QString, path1); |
| 191 | QFETCH(QString, path2); |
| 192 | QFETCH(QString, path3); |
| 193 | |
| 194 | QCOMPARE(FS::PathCombine(path1, path2, path3), result); |
| 195 | } |
| 196 | |
| 197 | void test_copy() |
| 198 | { |
nothing calls this directly
no test coverage detected