From 00cec7c0884b6d5d5389a0cb88badd264fa9bedd Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Tue, 21 Oct 2008 02:46:43 +0000 Subject: Corrected the is_subquery() check based on recent changes. Excluded the test_in_filtering_advanced test for mssql. --- test/sql/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sql') diff --git a/test/sql/query.py b/test/sql/query.py index 4d52c2764..4decf3b68 100644 --- a/test/sql/query.py +++ b/test/sql/query.py @@ -590,7 +590,7 @@ class QueryTest(TestBase): r = s.execute(search_key=None).fetchall() assert len(r) == 0 - @testing.fails_on('firebird', 'maxdb', 'oracle') + @testing.fails_on('firebird', 'maxdb', 'oracle', 'mssql') def test_in_filtering_advanced(self): """test the behavior of the in_() function when comparing against an empty collection.""" -- cgit v1.2.1