Merge branch 'master' into devel-2.4.12

This commit is contained in:
Karel.Picman 2021-11-09 07:54:12 +01:00
commit df53bdabed

View File

@ -91,8 +91,8 @@ RAILS_ENV=test bundle exec rake redmine:dmsf_webdav_test_on
# Run Webrick server
bundle exec rails server webrick -e test -d
# Run Litmus tests (Omit 'http' tests due to 'timeout waiting for interim response')
TESTS="basic copymove props locks" litmus http://localhost:3000/dmsf/webdav/dmsf_test_project admin admin
# Run Litmus tests (Omit 'http' tests due to 'timeout waiting for interim response' and locks due to complex bogus conditional)
TESTS="basic copymove props" litmus http://localhost:3000/dmsf/webdav/dmsf_test_project admin admin
# Shutdown Webrick
kill `cat tmp/pids/server.pid`