summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Johnston <paj@pajhome.org.uk>2007-08-14 18:25:09 +0000
committerPaul Johnston <paj@pajhome.org.uk>2007-08-14 18:25:09 +0000
commit9ab0947f162106cefe3dcab65e08bb151fd5ec8a (patch)
tree6e1fb5212dd2b50adc31d1edc07110d66fbe1599
parentd0e78b044e795888baa3718a654c34f5744ca344 (diff)
downloadsqlalchemy-9ab0947f162106cefe3dcab65e08bb151fd5ec8a.tar.gz
revert previous change; had misunderstood context
-rw-r--r--test/testlib/testing.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/testlib/testing.py b/test/testlib/testing.py
index e56a1d36f..9ee201202 100644
--- a/test/testlib/testing.py
+++ b/test/testlib/testing.py
@@ -258,8 +258,6 @@ class AssertMixin(PersistTest):
def assert_sql(self, db, callable_, list, with_sequences=None):
global testdata
testdata = TestData()
- if config.db.name == 'mssql':
- list = [s.endswith('; select scope_identity()') and s[:-25] or s for s in list]
if with_sequences is not None and (config.db.name == 'postgres' or
config.db.name == 'oracle'):
testdata.set_assert_list(self, with_sequences)