Home | History | Annotate | Download | only in test

Lines Matching refs:comment2

1151         comment2 = ''.join(['%d' % (i**3 % 10) for i in xrange((1 << 16)-1)])
1153 zipf.comment = comment2
1157 self.assertEqual(zipf.comment, comment2)
1162 zipf.comment = comment2 + 'oops'
1165 self.assertEqual(zipf.comment, comment2)