From 215045f441431be48e9cca0bea0232971a8d6e68 Mon Sep 17 00:00:00 2001 From: George Gelashvili and Tira Odhner Date: Thu, 9 Feb 2017 10:33:23 -0500 Subject: [PATCH 3/3] Fix test output for table node test --- .../schemas/tables/templates/table/sql/tests/test_tables_node.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/table/sql/tests/test_tables_node.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/table/sql/tests/test_tables_node.py index fb204e49..2d7d9224 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/table/sql/tests/test_tables_node.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/table/sql/tests/test_tables_node.py @@ -9,9 +9,7 @@ from regression import test_utils class TestTablesNode(BaseTestGenerator): def runTest(self): - """ - This tests that all applicable sql template versions can fetch table names - """ + """This tests that all applicable sql template versions can fetch table names""" with test_utils.Database(self.server) as (connection, database_name): test_utils.create_table(self.server, database_name, "test_table") @@ -38,8 +36,6 @@ class TestTablesNode(BaseTestGenerator): for index, description in enumerate(cursor.description): first_row[description.name] = fetch_result[0][index] - print first_row - oid = first_row['oid'] name = first_row['name'] triggercount = first_row['triggercount'] -- 2.11.0