]> git.localhorst.tv Git - blobs.git/blobdiff - tst/app/AssetTest.hpp
load universe from file
[blobs.git] / tst / app / AssetTest.hpp
index fa158bf3ff4f33acc2a6a0df1cab88b4b5660638..9fbe728f1b7014662608c59b8c9db044518b8ab7 100644 (file)
@@ -13,7 +13,8 @@ class AssetTest
 
 CPPUNIT_TEST_SUITE(AssetTest);
 
-CPPUNIT_TEST(testLoadAll);
+CPPUNIT_TEST(testLoadBasic);
+CPPUNIT_TEST(testLoadUniverse);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -21,7 +22,8 @@ public:
        void setUp();
        void tearDown();
 
-       void testLoadAll();
+       void testLoadBasic();
+       void testLoadUniverse();
 
 };