Roundup Tracker - Issues

Issue 937299

classification
Unittests fail in sqlite tests (roundup 0.7.0b3)
Type: Severity: normal
Components: Database Versions:
process
Status: closed fixed
:
: richard : dlinke, richard
Priority: normal :

Created on 2004-04-18 12:49 by dlinke, last changed 2004-04-18 21:45 by richard.

Messages
msg1190 Author: [hidden] (dlinke) Date: 2004-04-18 12:49
Tested with 0.7.0 b3 and sqlite 2.8.13 / pysqlite 0.5.0

Traceback:
======================================================================
FAIL: testJournals (test.test_sqlite.sqliteDBTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"C:\Sources\roundup-0.7.0b3\.\test\db_test_base.py",
line 591, in testJournals
    self.assertEqual('unlink', action)
  File "C:\P-Lang\Python23\lib\unittest.py", line 302,
in failUnlessEqual
    raise self.failureException, \
AssertionError: 'unlink' != 'link'

----------------------------------------------------------------------
Ran 390 tests in 389.829s

FAILED (failures=1)
msg1191 Author: [hidden] (richard) Date: 2004-04-18 21:45
Logged In: YES 
user_id=6405

This is a non-critical bug - it's just to do with ordering in the journals. I 
do hope to have it fixed before the 0.7 final release. 
History
Date User Action Args
2004-04-18 12:49:30dlinkecreate