Roundup Tracker - Issues

Message4070

Author ber
Recipients ber, olly
Date 2010-06-28.10:06:45
Message-id <1277719606.7.0.0766512461311.issue2550647@psf.upfronthosting.co.za>
In-reply-to
Here is one of the failure, they all look similiar.
======================================================================
FAIL: test_basics (test.test_indexer.XapianIndexerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  
File "/home/bernhard/hacking/roundup/svn/trunk/./test/test_indexer.py", 
line 65, in test_basics
    ('test', '2', 'foo')])
  
File "/home/bernhard/hacking/roundup/svn/trunk/./test/test_indexer.py", 
line 59, in assertSeqEqual
    self.fail('contents of %r != %r'%(s1, s2))
  File "/usr/lib/python2.5/unittest.py", line 301, in fail
    raise self.failureException, msg
AssertionError: contents of [('test', '2', 'foo')] != 
[('test', '1', 'foo'), ('test', '2', 'foo')]
History
Date User Action Args
2010-06-28 10:06:46bersetmessageid: <1277719606.7.0.0766512461311.issue2550647@psf.upfronthosting.co.za>
2010-06-28 10:06:46bersetrecipients: + ber, olly
2010-06-28 10:06:46berlinkissue2550647 messages
2010-06-28 10:06:45bercreate