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()
class Abcofdef
test
Abcofdef()
class Abcofdef
test
Abcofdef()
def init
print 'Oh, hi!'
def main is shared
pass
Users browsing this forum: No registered users and 27 guests