[macruby-changes] [2354] MacRuby/trunk/spec/frozen/library/zlib/deflate

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 20 11:39:27 PDT 2009


Revision: 2354
          http://trac.macosforge.org/projects/ruby/changeset/2354
Author:   pthomson at apple.com
Date:     2009-08-20 11:39:26 -0700 (Thu, 20 Aug 2009)
Log Message:
-----------
Disabled a test that fails around 30% of the time.

Added Paths:
-----------
    MacRuby/trunk/spec/frozen/library/zlib/deflate/set_dictionary_spec_disabled.rb

Removed Paths:
-------------
    MacRuby/trunk/spec/frozen/library/zlib/deflate/set_dictionary_spec.rb

Deleted: MacRuby/trunk/spec/frozen/library/zlib/deflate/set_dictionary_spec.rb
===================================================================
--- MacRuby/trunk/spec/frozen/library/zlib/deflate/set_dictionary_spec.rb	2009-08-20 18:39:25 UTC (rev 2353)
+++ MacRuby/trunk/spec/frozen/library/zlib/deflate/set_dictionary_spec.rb	2009-08-20 18:39:26 UTC (rev 2354)
@@ -1,14 +0,0 @@
-require File.dirname(__FILE__) + '/../../../spec_helper'
-require 'zlib'
-
-describe 'Zlib::Deflate#set_dictionary' do
-  it 'sets the dictionary' do
-    d = Zlib::Deflate.new
-    d.set_dictionary 'aaaaaaaaaa'
-    d << 'abcdefghij'
-
-    d.finish.should ==
-      "x\273\024\341\003\313KLJNIMK\317\310\314\002\000\025\206\003\370"
-  end
-end
-

Copied: MacRuby/trunk/spec/frozen/library/zlib/deflate/set_dictionary_spec_disabled.rb (from rev 2353, MacRuby/trunk/spec/frozen/library/zlib/deflate/set_dictionary_spec.rb)
===================================================================
--- MacRuby/trunk/spec/frozen/library/zlib/deflate/set_dictionary_spec_disabled.rb	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/library/zlib/deflate/set_dictionary_spec_disabled.rb	2009-08-20 18:39:26 UTC (rev 2354)
@@ -0,0 +1,14 @@
+require File.dirname(__FILE__) + '/../../../spec_helper'
+require 'zlib'
+
+describe 'Zlib::Deflate#set_dictionary' do
+  it 'sets the dictionary' do
+    d = Zlib::Deflate.new
+    d.set_dictionary 'aaaaaaaaaa'
+    d << 'abcdefghij'
+
+    d.finish.should ==
+      "x\273\024\341\003\313KLJNIMK\317\310\314\002\000\025\206\003\370"
+  end
+end
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090820/3678be86/attachment-0001.html>


More information about the macruby-changes mailing list