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