[ARVADOS] updated: c674deff8855005e39b5ddf230372cb241bc22b3
git at public.curoverse.com
git at public.curoverse.com
Mon Apr 20 16:28:16 EDT 2015
Summary of changes:
apps/workbench/test/integration/jobs_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via c674deff8855005e39b5ddf230372cb241bc22b3 (commit)
from 916a3a8b0dc64709b32e491cf249fcafe0762e65 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c674deff8855005e39b5ddf230372cb241bc22b3
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Apr 20 16:29:55 2015 -0400
Revert errant change in f8e6cb3. refs #3126
diff --git a/apps/workbench/test/integration/jobs_test.rb b/apps/workbench/test/integration/jobs_test.rb
index 887e16c..ce14ec6 100644
--- a/apps/workbench/test/integration/jobs_test.rb
+++ b/apps/workbench/test/integration/jobs_test.rb
@@ -98,7 +98,7 @@ class JobsTest < ActionDispatch::IntegrationTest
# that the error message says something appropriate for that
# situation.
if expect_options && use_latest
- assert_text "no local repository for active/foo"
+ assert_text "Script version #{job['supplied_script_version']} does not resolve to a commit"
else
assert_text "Script version #{job['script_version']} does not resolve to a commit"
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list