2016-04-17 14:39:08 +00:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# pgAdmin 4 - PostgreSQL Tools
|
|
|
|
#
|
2017-01-04 13:33:32 +00:00
|
|
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
2016-04-17 14:39:08 +00:00
|
|
|
# This software is released under the PostgreSQL Licence
|
|
|
|
#
|
|
|
|
##############################################################
|
|
|
|
|
|
|
|
from pgadmin.utils.route import BaseTestGenerator
|
|
|
|
|
|
|
|
|
|
|
|
class BrowserGenerateTestCase(BaseTestGenerator):
|
|
|
|
def runTest(self):
|
2016-07-27 14:33:36 +00:00
|
|
|
return
|