Updated tests to include schema name "SYSADM".
This commit is contained in:
parent
44ef10cc6d
commit
cc3da05b2c
1 changed files with 2 additions and 1 deletions
|
@ -51,5 +51,6 @@ class ConnectionTestCase(TestCase):
|
|||
class ReflectionTestCase(TestCase):
|
||||
|
||||
def runTest(self):
|
||||
metadata = MetaData(bind=self.engine, reflect=True)
|
||||
metadata = MetaData(bind=self.engine)
|
||||
metadata.reflect(schema='SYSADM')
|
||||
self.assert_(metadata.tables)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue