| 108 | } |
| 109 | |
| 110 | void test_PathCombine1() |
| 111 | { |
| 112 | QFETCH(QString, result); |
| 113 | QFETCH(QString, path1); |
| 114 | QFETCH(QString, path2); |
| 115 | |
| 116 | QCOMPARE(FS::PathCombine(path1, path2), result); |
| 117 | } |
| 118 | |
| 119 | void test_PathCombine2_data() |
| 120 | { |
nothing calls this directly
no test coverage detected