| 661 | } |
| 662 | |
| 663 | void TestUtils::ResourcesLibrary_getLibraryPath() |
| 664 | { |
| 665 | QFETCH(QString, portableLibPath); |
| 666 | QFETCH(QString, subdir); |
| 667 | QFETCH(QString, result); |
| 668 | |
| 669 | Tw::Utils::ResourcesLibrary::setPortableLibPath(portableLibPath); |
| 670 | QCOMPARE(Tw::Utils::ResourcesLibrary::getLibraryPath(subdir, false), result); |
| 671 | } |
| 672 | |
| 673 | void TestUtils::ResourcesLibrary_portableLibPath() |
| 674 | { |
nothing calls this directly
no outgoing calls
no test coverage detected