[macruby-changes] [3218] MacRuby/trunk/spec/macruby

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 8 16:11:46 PST 2010


Revision: 3218
          http://trac.macosforge.org/projects/ruby/changeset/3218
Author:   ernest.prabhakar at gmail.com
Date:     2010-01-08 16:11:43 -0800 (Fri, 08 Jan 2010)
Log Message:
-----------
Bad Dispatch::Semaphore spec, cleaning up

Modified Paths:
--------------
    MacRuby/trunk/spec/macruby/core/gcd/semaphore_spec.rb
    MacRuby/trunk/spec/macruby/tags/macruby/core/gcd/semaphore_tags.txt

Modified: MacRuby/trunk/spec/macruby/core/gcd/semaphore_spec.rb
===================================================================
--- MacRuby/trunk/spec/macruby/core/gcd/semaphore_spec.rb	2010-01-08 23:29:13 UTC (rev 3217)
+++ MacRuby/trunk/spec/macruby/core/gcd/semaphore_spec.rb	2010-01-09 00:11:43 UTC (rev 3218)
@@ -37,7 +37,6 @@
 
       it "returns false if explicit timeout DOES expire" do
         @sema0.wait(0.01).should == false
-        @sema1.wait(0.01).should == false
       end
 
       it "returns true if explicit timeout does NOT expire" do

Modified: MacRuby/trunk/spec/macruby/tags/macruby/core/gcd/semaphore_tags.txt
===================================================================
--- MacRuby/trunk/spec/macruby/tags/macruby/core/gcd/semaphore_tags.txt	2010-01-08 23:29:13 UTC (rev 3217)
+++ MacRuby/trunk/spec/macruby/tags/macruby/core/gcd/semaphore_tags.txt	2010-01-09 00:11:43 UTC (rev 3218)
@@ -1,2 +1,2 @@
 critical:Dispatch::Semaphore raises an ArgumentError if the count isn't specified
-fails:Dispatch::Semaphore wait returns false if explicit timeout DOES expire
+#fails:Dispatch::Semaphore wait returns false if explicit timeout DOES expire
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100108/403b4ba5/attachment-0001.html>


More information about the macruby-changes mailing list