Since mutants are returned with apostrophes in their name, suspicious mutants
are never highlighted because they are not matched. If you change the code
like so:
948 if mutants.has_key(ObjectNameString.replace("'", "")):
949 css = 'suspicious'
950 samples = '<br>'.join(mutants[ObjectNameString.replace("'", "")])
951 else:
952 css = samples = ''
You will get highlighted suspicious mutants.
Original issue reported on code.google.com by jamie.l...@gmail.com on 20 Mar 2011 at 3:34
Original issue reported on code.google.com by
jamie.l...@gmail.com
on 20 Mar 2011 at 3:34