class CompositeDataTypeTest( Text ):
file_ext = 'cdt'
composite_type = 'auto_primary_file'
def generate_primary_file( self, dataset = None ):
log.debug("\n\n######## generate_primary_file() for Test data #######\n\n")
return('<html><body>my test html</body></html>')
and from what I can tell, the generate_primary_file() isn't being called, as I'm not detecting the log entry in the console.
any ideas?
thanks in advance!
~brian