details:
http://www.bx.psu.edu/hg/galaxy/rev/e5e5280775c3
changeset: 1744:e5e5280775c3
user: Greg Von Kuster <greg(a)bx.psu.edu>
date: Thu Mar 26 09:43:02 2009 -0400
description:
merging from central
1 file(s) affected in this change:
test/functional/__init__.py
diffs (12 lines):
diff -r c8bf73ed4594 -r e5e5280775c3 test/functional/__init__.py
--- a/test/functional/__init__.py Thu Mar 26 09:34:05 2009 -0400
+++ b/test/functional/__init__.py Thu Mar 26 09:43:02 2009 -0400
@@ -24,7 +24,7 @@
# server (for running the tests against a running instance)
default_galaxy_test_host = "localhost"
-default_galaxy_test_port = "9999"
+default_galaxy_test_port = "9879"
default_galaxy_locales = 'en'
galaxy_test_file_dir = "test-data"
server = None