# HG changeset patch # User Paul Boddie # Date 1480107337 -3600 # Node ID 2cd5f1e05cc945b19278e8749c91627713e9c144 # Parent d6ac5b538330b0f91a9cac56b5b4c901022018b3 Show the full test details in the output. diff -r d6ac5b538330 -r 2cd5f1e05cc9 deducer.py --- a/deducer.py Fri Nov 25 21:20:41 2016 +0100 +++ b/deducer.py Fri Nov 25 21:55:37 2016 +0100 @@ -370,7 +370,7 @@ # Write any type checks for anonymous accesses. elif test_type and self.reference_test_accessor_type.get(location): - print >>f_tests, encode_access_location(location), "-".join(test_type[1:]), \ + print >>f_tests, encode_access_location(location), "-".join(test_type), \ sorted_output(all_accessed_attrs), \ self.reference_test_accessor_type[location]