Author: donaldp
Date: Sat Oct  6 23:32:31 2012
New Revision: 1395191

URL: http://svn.apache.org/viewvc?rev=1395191&view=rev
Log:
Add bnd repository during tests so that the tests will work on nodes where it 
does not appear in the mvn repository

Modified:
    buildr/trunk/spec/addon/bnd_spec.rb

Modified: buildr/trunk/spec/addon/bnd_spec.rb
URL: 
http://svn.apache.org/viewvc/buildr/trunk/spec/addon/bnd_spec.rb?rev=1395191&r1=1395190&r2=1395191&view=diff
==============================================================================
--- buildr/trunk/spec/addon/bnd_spec.rb (original)
+++ buildr/trunk/spec/addon/bnd_spec.rb Sat Oct  6 23:32:31 2012
@@ -32,6 +32,9 @@ def open_main_manifest_section(file = 't
 end
 
 describe Buildr::Bnd do
+  before do
+    repositories.remote << Buildr::Bnd.remote_repository
+  end
 
   describe "project.bnd version (assure backward compatibility)" do
 


Reply via email to