| 71 | private |
| 72 | slots: |
| 73 | void initTestCase() |
| 74 | { |
| 75 | cache.reset(new HttpMetaCache()); |
| 76 | cache->addBase("libraries", QDir("libraries").absolutePath()); |
| 77 | dataDir = QDir(QFINDTESTDATA("testdata/Library")).absolutePath(); |
| 78 | } |
| 79 | void test_legacy() |
| 80 | { |
| 81 | RuntimeContext r = dummyContext(); |