[VIVO-1690] - Remove trailing whitespace throughout project (#126)
* Remove trailing whitespace throughout project Resolves: https://jira.duraspace.org/browse/VIVO-1690 ** Along with: https://github.com/vivo-project/Vitro/pull/117
This commit is contained in:
parent
48dcf87199
commit
87092cec9c
685 changed files with 26805 additions and 26805 deletions
|
@ -1,30 +1,30 @@
|
|||
#
|
||||
# These properties tell how to set up Selenium to run a test suite.
|
||||
#
|
||||
website_url = http://localhost:8080/vivo
|
||||
suite_parent_directories = suites
|
||||
output_directory = ../../.build/acceptance-tests-output
|
||||
user_extensions_path = /vitro/utilities/testrunner/selenium/user-extensions.js
|
||||
firefox_profile_template_path =
|
||||
suite_timeout_limit = 240
|
||||
selenium_jar_path = /vitro/utilities/testrunner/selenium/selenium-server.jar
|
||||
|
||||
#
|
||||
# These properties are needed to cleanse the data model between test suites.
|
||||
#
|
||||
|
||||
mysql_username = vivoUser
|
||||
mysql_password = vivoPass
|
||||
mysql_dumpfile = test-model/testmodeldump.sql
|
||||
mysql_db_name = vivo
|
||||
vivo_webapp_directory = /usr/local/tomcat//webapps/vivo
|
||||
upload_directory = /usr/local/vivo/data/uploads
|
||||
tomcat_check_ready_command = /usr/local/vivo/commands/check_tomcat.sh
|
||||
tomcat_stop_command = /usr/local/vivo/commands/stop_tomcat.sh
|
||||
tomcat_start_command = /usr/local/vivo/commands/start_tomcat.sh
|
||||
|
||||
|
||||
#
|
||||
# These properties control the output formatting of the tests.
|
||||
#
|
||||
ignored_tests_file = suites/ignored_tests.txt
|
||||
#
|
||||
# These properties tell how to set up Selenium to run a test suite.
|
||||
#
|
||||
website_url = http://localhost:8080/vivo
|
||||
suite_parent_directories = suites
|
||||
output_directory = ../../.build/acceptance-tests-output
|
||||
user_extensions_path = /vitro/utilities/testrunner/selenium/user-extensions.js
|
||||
firefox_profile_template_path =
|
||||
suite_timeout_limit = 240
|
||||
selenium_jar_path = /vitro/utilities/testrunner/selenium/selenium-server.jar
|
||||
|
||||
#
|
||||
# These properties are needed to cleanse the data model between test suites.
|
||||
#
|
||||
|
||||
mysql_username = vivoUser
|
||||
mysql_password = vivoPass
|
||||
mysql_dumpfile = test-model/testmodeldump.sql
|
||||
mysql_db_name = vivo
|
||||
vivo_webapp_directory = /usr/local/tomcat//webapps/vivo
|
||||
upload_directory = /usr/local/vivo/data/uploads
|
||||
tomcat_check_ready_command = /usr/local/vivo/commands/check_tomcat.sh
|
||||
tomcat_stop_command = /usr/local/vivo/commands/stop_tomcat.sh
|
||||
tomcat_start_command = /usr/local/vivo/commands/start_tomcat.sh
|
||||
|
||||
|
||||
#
|
||||
# These properties control the output formatting of the tests.
|
||||
#
|
||||
ignored_tests_file = suites/ignored_tests.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue