[hg] galaxy 1667: Reset functional test port which somehow got c...
details: http://www.bx.psu.edu/hg/galaxy/rev/3a0b07161c1a changeset: 1667:3a0b07161c1a user: Greg Von Kuster <greg@bx.psu.edu> date: Mon Dec 15 09:06:11 2008 -0500 description: Reset functional test port which somehow got committed when attempting to merge conflicts. 1 file(s) affected in this change: test/functional/__init__.py diffs (12 lines): diff -r ced77aa5f967 -r 3a0b07161c1a test/functional/__init__.py --- a/test/functional/__init__.py Mon Dec 15 08:58:33 2008 -0500 +++ b/test/functional/__init__.py Mon Dec 15 09:06:11 2008 -0500 @@ -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" galaxy_test_file_dir = "test-data" server = None app = None
participants (1)
-
Greg Von Kuster