test2
mime_type_test &test2 = tests[k];
BMimeType type2(test2.type);
CHK(type2.InitCheck() == test2.error);
bool valid2 = (test2.error == B_OK);
bool validSuper2 = (valid && test2.super_type);
bool equal = (!strcmp(test.type, test2.type));
CHK((type == test2.type) == equal);
CHK((type == test2.type) == false);
void test2();
win->test2();
test2((uint8*)info->bits, info->bytes_per_row);