﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
811	"PCUT should not prefix test case identifiers with ""test_"""	Jiri Svoboda		"Declaring something like

{{{
int test_foo;

PCUT_TEST(foo)
{
...
}
}}}

fails to compile because {{{foo}}} is mangled to {{{test_foo}}}. Perhaps test case identifiers should be mangled to something that the programmer is less likely to use accidentally, such as {{{_test_}}} or {{{_pcut_}}}, for example."	defect	new	major		helenos/lib/other	mainline						
