Changeset 467 for elixir/trunk/tests/test_dict.py
- Timestamp:
- 09/24/09 20:45:29 (3 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/tests/test_dict.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/tests/test_dict.py
r449 r467 7 7 8 8 def setup(): 9 metadata.bind = 'sqlite:// /'9 metadata.bind = 'sqlite://' 10 10 11 11 global Table1, Table2, Table3 … … 158 158 class TestSetOnAliasedColumn(object): 159 159 def setup(self): 160 metadata.bind = 'sqlite:// /'160 metadata.bind = 'sqlite://' 161 161 session.clear() 162 162
