Changeset 467 for elixir/trunk/tests/test_sa_integration.py
- Timestamp:
- 09/24/09 20:45:29 (3 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/tests/test_sa_integration.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/tests/test_sa_integration.py
r457 r467 9 9 class TestSQLAlchemyToElixir(object): 10 10 def setup(self): 11 metadata.bind = "sqlite:// /"11 metadata.bind = "sqlite://" 12 12 13 13 def teardown(self): … … 51 51 class TestElixirToSQLAlchemy(object): 52 52 def setup(self): 53 metadata.bind = "sqlite:// /"53 metadata.bind = "sqlite://" 54 54 55 55 def teardown(self):
