Revision
3218
Author
ernest.prabhakar@gmail.com
Date
2010-01-08 16:11:43 -0800 (Fri, 08 Jan 2010)

Log Message

Bad Dispatch::Semaphore spec, cleaning up

Modified Paths

Diff

Modified: MacRuby/trunk/spec/macruby/core/gcd/semaphore_spec.rb (3217 => 3218)


--- 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 (3217 => 3218)


--- 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