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 2014/07/31 07:12:20 UTC

[06/50] git commit: Remove debug output

Remove debug output

git-svn-id: https://svn.apache.org/repos/asf/buildr/trunk@1534979 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/445505d0
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/445505d0
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/445505d0

Branch: refs/heads/master
Commit: 445505d037c6fce79fabc4bc23632549799a1ff3
Parents: 8c8483e
Author: Peter Donald <do...@apache.org>
Authored: Wed Oct 23 10:41:29 2013 +0000
Committer: Peter Donald <do...@apache.org>
Committed: Wed Oct 23 10:41:29 2013 +0000

----------------------------------------------------------------------
 spec/java/packaging_spec.rb | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/445505d0/spec/java/packaging_spec.rb
----------------------------------------------------------------------
diff --git a/spec/java/packaging_spec.rb b/spec/java/packaging_spec.rb
index 18b9de9..328f05f 100644
--- a/spec/java/packaging_spec.rb
+++ b/spec/java/packaging_spec.rb
@@ -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