fixed unit test

This commit is contained in:
Jan Schuffenhauer
2020-01-16 12:10:23 +01:00
parent 764aaa927f
commit 8051996193
2 changed files with 5 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ void cleanupTestCase();
///Test here
//test painting area
void test_addLayer();
void test_deleteLayer();
@@ -171,7 +172,7 @@ void UnitTest::initTestCase()
void UnitTest::cleanupTestCase()
{
delete gui;
}
//test painting area