You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/07/06 15:45:07 UTC

[whimsy] branch master updated: Change to standard sample name

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 374d2db  Change to standard sample name
374d2db is described below

commit 374d2db18f2d887ac2d94dc37f671e303dfe2607
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jul 6 16:44:58 2020 +0100

    Change to standard sample name
---
 lib/spec/lib/svn_wunderbar_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/spec/lib/svn_wunderbar_spec.rb b/lib/spec/lib/svn_wunderbar_spec.rb
index fb3ed7d..f25b86c 100644
--- a/lib/spec/lib/svn_wunderbar_spec.rb
+++ b/lib/spec/lib/svn_wunderbar_spec.rb
@@ -266,7 +266,7 @@ describe "ASF::SVN.svnmucc_" do
     expect(ts[4]).to eq('usage: svnmucc ACTION...') # output of svnmucc help
   end
   it "svnmucc_([['help']],'test',ENV_.new,_,nil,{root: root}) should include --root-url" do
-    root = ASF::SVN.svnurl!('site-root')
+    root = ASF::SVN.svnurl!(SAMPLE_SVN_NAME)
     rc, out = _json do |_|
       ASF::SVN.svnmucc_([['help']],'test',ENV_.new,_,nil,{root: root})
     end