From: Lele Gaifax Date: Thu, 15 May 2008 00:07:00 +0000 (+0000) Subject: Correct failure reason X-Git-Tag: rel_0_5beta1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f56065c098a9cdaac236ff7231890b76aaf54f60;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Correct failure reason --- diff --git a/test/engine/reflection.py b/test/engine/reflection.py index 3995fdedc1..565e29b4f3 100644 --- a/test/engine/reflection.py +++ b/test/engine/reflection.py @@ -676,7 +676,7 @@ class SchemaTest(TestBase): assert buf.index("CREATE TABLE someschema.table1") > -1 assert buf.index("CREATE TABLE someschema.table2") > -1 - @testing.crashes('firebird', 'FIXME: unknown- no schema support in db?') + @testing.crashes('firebird', 'No schema support') @testing.fails_on('sqlite') # fixme: revisit these below. @testing.fails_on('access', 'oracle', 'mssql', 'sybase')