Fixed comment.cmp_attr unittest because "o" > "a" so cmp("o", "a") == 1.
authorW. Trevor King <wking@drexel.edu>
Fri, 31 Jul 2009 08:17:05 +0000 (04:17 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 31 Jul 2009 08:17:05 +0000 (04:17 -0400)
commit3a56bcd8744192de75e69b595056dfe0a43680a2
treed94f77dbce91e196e7efd6fb51f7de18c2d3b6b5
parent172df1fb94761481c28804e5af4730376942e304
Fixed comment.cmp_attr unittest because "o" > "a" so cmp("o", "a") == 1.
libbe/comment.py