You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2013/10/23 12:41:29 UTC

svn commit: r1534979 - /buildr/trunk/spec/java/packaging_spec.rb

Author: donaldp
Date: Wed Oct 23 10:41:29 2013
New Revision: 1534979

URL: http://svn.apache.org/r1534979
Log:
Remove debug output

Modified:
    buildr/trunk/spec/java/packaging_spec.rb

Modified: buildr/trunk/spec/java/packaging_spec.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/spec/java/packaging_spec.rb?rev=1534979&r1=1534978&r2=1534979&view=diff
==============================================================================
--- buildr/trunk/spec/java/packaging_spec.rb (original)
+++ buildr/trunk/spec/java/packaging_spec.rb Wed Oct 23 10:41:29 2013
@@ -561,7 +561,6 @@ describe Packaging, 'war' do
       package(:war)
     end
     inspect_war { |files| files.should include('test.html') }
-    cp project('foo').package(:war).to_s, '/tmp/x.zip'
     Zip::ZipFile.open(project('foo').package(:war).to_s, false) do |war|
       war.get_input_stream('test.html').read.should eql('999')
     end