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[] = {
|
const test_info kTestInfos[] = {
|
||||||
{ "box", BoxTest::CreateTest },
|
{ "BBox", BoxTest::CreateTest },
|
||||||
{ "button", ButtonTest::CreateTest },
|
{ "BButton", ButtonTest::CreateTest },
|
||||||
{ "checkbox", CheckBoxTest::CreateTest },
|
{ "BCheckBox", CheckBoxTest::CreateTest },
|
||||||
{ "listview", ListViewTest::CreateTest },
|
{ "BListView", ListViewTest::CreateTest },
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user