Used the names of the tested classes as the test names.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21384 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -35,10 +35,10 @@ struct test_info {
|
||||
};
|
||||
|
||||
const test_info kTestInfos[] = {
|
||||
{ "box", BoxTest::CreateTest },
|
||||
{ "button", ButtonTest::CreateTest },
|
||||
{ "checkbox", CheckBoxTest::CreateTest },
|
||||
{ "listview", ListViewTest::CreateTest },
|
||||
{ "BBox", BoxTest::CreateTest },
|
||||
{ "BButton", ButtonTest::CreateTest },
|
||||
{ "BCheckBox", CheckBoxTest::CreateTest },
|
||||
{ "BListView", ListViewTest::CreateTest },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user