From: Jason Kirtland Date: Sun, 14 Oct 2007 17:20:13 +0000 (+0000) Subject: Added a missing @supported. X-Git-Tag: rel_0_4_0~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dda6a5f5a88a04d34b973cfb7c0f6d89d4b0e44f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Added a missing @supported. --- diff --git a/test/dialect/oracle.py b/test/dialect/oracle.py index fa196c5585..03b68d0632 100644 --- a/test/dialect/oracle.py +++ b/test/dialect/oracle.py @@ -142,6 +142,7 @@ class TypesTest(SQLCompileTest): b = bindparam("foo", u"hello world!") assert b.type.dialect_impl(dialect).get_dbapi_type(dbapi) == 'STRING' + @testing.supported('oracle') def test_longstring(self): metadata = MetaData(testbase.db) testbase.db.execute("""