Mercurial > p > roundup > code
diff test/test_sqlite.py @ 4008:0bf9f8ae7d1b
fix bug introduced in 1.4.5 in RDBMS full-text indexing;
fix tests so the code is actually exercised; fix another bug
discovered in process
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 01 Sep 2008 00:43:02 +0000 |
| parents | adec352e2ce0 |
| children | 2784c239e6c8 |
line wrap: on
line diff
--- a/test/test_sqlite.py Tue Aug 19 01:52:58 2008 +0000 +++ b/test/test_sqlite.py Mon Sep 01 00:43:02 2008 +0000 @@ -14,8 +14,8 @@ # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -# -# $Id: test_sqlite.py,v 1.5 2004-11-03 01:34:21 richard Exp $ +# +# $Id: test_sqlite.py,v 1.6 2008-09-01 00:43:02 richard Exp $ import unittest, os, shutil, time from roundup.backends import get_backend, have_backend
