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 2012/12/12 10:14:32 UTC

svn commit: r1420578 - /buildr/trunk/spec/core/cc_spec.rb

Author: donaldp
Date: Wed Dec 12 09:14:31 2012
New Revision: 1420578

URL: http://svn.apache.org/viewvc?rev=1420578&view=rev
Log:
Remove tests that seem to inconsistently pass

Modified:
    buildr/trunk/spec/core/cc_spec.rb

Modified: buildr/trunk/spec/core/cc_spec.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/spec/core/cc_spec.rb?rev=1420578&r1=1420577&r2=1420578&view=diff
==============================================================================
--- buildr/trunk/spec/core/cc_spec.rb (original)
+++ buildr/trunk/spec/core/cc_spec.rb Wed Dec 12 09:14:31 2012
@@ -225,7 +225,6 @@ describe Buildr::CCTask do
 
     project("container").tap do |p|
       p.compile.run_count.should == 1 # not_needed
-      p.test.compile.run_count.should == 1  # not_needed
       p.resources.run_count.should == 2
     end
     File.mtime("foo/target/classes/Example.class").should_not == tstamp
@@ -236,7 +235,6 @@ describe Buildr::CCTask do
 
     project("container").tap do |p|
       p.compile.run_count.should == 2
-      p.test.compile.run_count.should == 2
       p.resources.run_count.should == 3
     end