[hg] galaxy 1746: Re-fix the default test port...
details: http://www.bx.psu.edu/hg/galaxy/rev/1c923b889e90 changeset: 1746:1c923b889e90 user: Greg Von Kuster <greg@bx.psu.edu> date: Fri Mar 27 16:55:34 2009 -0400 description: Re-fix the default test port... 1 file(s) affected in this change: test/functional/__init__.py diffs (12 lines): diff -r 6c555b0460f1 -r 1c923b889e90 test/functional/__init__.py --- a/test/functional/__init__.py Fri Mar 27 16:37:49 2009 -0400 +++ b/test/functional/__init__.py Fri Mar 27 16:55:34 2009 -0400 @@ -24,7 +24,7 @@ # server (for running the tests against a running instance) default_galaxy_test_host = "localhost" -default_galaxy_test_port = "9879" +default_galaxy_test_port = "9999" default_galaxy_locales = 'en' galaxy_test_file_dir = "test-data" server = None
participants (1)
-
Greg Von Kuster