From bace4c949e4ed090dbcbfa1eaa4b2435afba794d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 29 Sep 2013 17:19:25 -0400 Subject: [PATCH] add test for upcoming pullreq --- test/dialect/postgresql/test_dialect.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/dialect/postgresql/test_dialect.py b/test/dialect/postgresql/test_dialect.py index 1fc239cb74..7acc1e9ff7 100644 --- a/test/dialect/postgresql/test_dialect.py +++ b/test/dialect/postgresql/test_dialect.py @@ -53,7 +53,12 @@ class MiscTest(fixtures.TestBase, AssertsExecutionResults, AssertsCompiledSQL): 'compiled by GCC gcc (GCC) 4.4.2, 64-bit', (8, 5)), ('EnterpriseDB 9.1.2.2 on x86_64-unknown-linux-gnu, ' 'compiled by gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-50), ' - '64-bit', (9, 1, 2))]: + '64-bit', (9, 1, 2)), + ('VMWare EnterpriseDB 9.1.2.2 on x86_64-unknown-linux-gnu, ' + 'compiled by gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-50), ' + '64-bit', (9, 1, 2)) + + ]: eq_(testing.db.dialect._get_server_version_info(mock_conn(string)), version) -- 2.47.2