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:
Ingo Weinhold
2007-06-10 17:30:42 +00:00
parent 651a825f3e
commit a938e3222a
@@ -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 }
};