public
Fork of francois/piston
Description: Piston is a utility that eases vendor branch management. This repository is a complete reimplementation of Piston to provide different backends, depending on the repositories and working copies you pistonize from.
Homepage: http://piston.rubyforge.org/
Clone URL: git://github.com/tapajos/piston.git
Really complain if a test is missing: these are TODOs.
francois (author)
Mon Aug 25 06:49:15 -0700 2008
commit  e60335ee1ba6f2c5f4decdd499cc7a2713c26020
tree    e45d18543aabc268302d27232728919fb1e6764d
parent  398cb7516b7111396e7157c33981176a68bb202c
...
48
49
50
51
 
52
53
54
...
48
49
50
 
51
52
53
54
0
@@ -48,7 +48,7 @@ class Piston::TestCase < Test::Unit::TestCase
0
   end
0
 
0
   def run(*args)
0
- return if method_name.to_sym == :default_test
0
+ return if method_name.to_sym == :default_test && self.class == Piston::TestCase
0
     super
0
   end
0
 

Comments

    No one has commented yet.