Fix UnitTest doc

This commit is contained in:
Vinnie Falco
2013-07-29 14:38:58 -07:00
parent 62c1b02eb1
commit 85f5672280

View File

@@ -35,7 +35,7 @@ class UnitTests;
class MyTest : public UnitTest
{
public:
MyTest() : UnitTest ("Foobar testing") { }
MyTest() : UnitTest ("Foobar testing", "packageName") { }
void runTest()
{