Mercurial > p > roundup > code
comparison test/test_indexer.py @ 7072:890b8f4ff38e
Add a missing @skip_postgresql
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Thu, 24 Nov 2022 10:41:54 +0100 |
| parents | c6b2534a58a9 |
| children | 67e7225c4343 |
comparison
equal
deleted
inserted
replaced
| 7071:f21162a11231 | 7072:890b8f4ff38e |
|---|---|
| 732 self.dex.find(['hello world + ^the']) | 732 self.dex.find(['hello world + ^the']) |
| 733 | 733 |
| 734 error = 'Query error: syntax error near "^"' | 734 error = 'Query error: syntax error near "^"' |
| 735 self.assertEqual(str(ctx.exception), error) | 735 self.assertEqual(str(ctx.exception), error) |
| 736 | 736 |
| 737 @skip_postgresql | |
| 737 def testNullChar(self): | 738 def testNullChar(self): |
| 738 """Test with null char in string. FTS will throw | 739 """Test with null char in string. FTS will throw |
| 739 an error on null. | 740 an error on null. |
| 740 """ | 741 """ |
| 741 import psycopg2 | 742 import psycopg2 |
