diff options
Diffstat (limited to 'launcher/meta/Index_test.cpp')
-rw-r--r-- | launcher/meta/Index_test.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/launcher/meta/Index_test.cpp b/launcher/meta/Index_test.cpp index d5d477e8..5d3ddc50 100644 --- a/launcher/meta/Index_test.cpp +++ b/launcher/meta/Index_test.cpp @@ -3,19 +3,12 @@ #include "meta/Index.h" #include "meta/VersionList.h" -#include "Env.h" class IndexTest : public QObject { Q_OBJECT private slots: - void test_isProvidedByEnv() - { - QVERIFY(ENV->metadataIndex()); - QCOMPARE(ENV->metadataIndex(), ENV->metadataIndex()); - } - void test_hasUid_and_getList() { Meta::Index windex({std::make_shared<Meta::VersionList>("list1"), std::make_shared<Meta::VersionList>("list2"), std::make_shared<Meta::VersionList>("list3")}); |