| 133 | } |
| 134 | |
| 135 | void test_PathCombine1() |
| 136 | { |
| 137 | QFETCH(QString, result); |
| 138 | QFETCH(QString, path1); |
| 139 | QFETCH(QString, path2); |
| 140 | |
| 141 | QCOMPARE(FS::PathCombine(path1, path2), result); |
| 142 | } |
| 143 | |
| 144 | void test_PathCombine2_data() |
| 145 | { |
nothing calls this directly
no test coverage detected