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