From 7b24e458c7523694ab07acb31b67d1c00e7a266a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 27 Mar 2011 17:19:00 -0400 Subject: - move all the comments that got shoved below the fixture grabs back up --- test/dialect/test_postgresql.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/dialect/test_postgresql.py') diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index e276e5931..bbf476560 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -1458,10 +1458,11 @@ class MiscTest(fixtures.TestBase, AssertsExecutionResults, AssertsCompiledSQL): @testing.provide_metadata def test_index_reflection(self): - metadata = self.metadata """ Reflecting partial & expression-based indexes should warn """ + metadata = self.metadata + t1 = Table('party', metadata, Column('id', String(10), nullable=False), Column('name', String(20), index=True), Column('aname', String(20))) -- cgit v1.2.1