'of' removed from class name in test block
Posted: Wed Apr 09, 2008 4:47 pm
mono 1.2.6 and windows, cobra svn-post-0.7.4 rev 1460
Looks like any occurrence of 'of' in a class name is getting stripped out when the test method is generated. C# compilation of the following code complains about not knowing what 'Abcdef' is.
Looks like any occurrence of 'of' in a class name is getting stripped out when the test method is generated. C# compilation of the following code complains about not knowing what 'Abcdef' is.
class Abcofdef
test
Abcofdef()