[macruby-changes] [2376] MacRuby/trunk/spec/frozen/tags/macruby/core

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 25 14:09:18 PDT 2009


Revision: 2376
          http://trac.macosforge.org/projects/ruby/changeset/2376
Author:   lsansonetti at apple.com
Date:     2009-08-25 14:09:17 -0700 (Tue, 25 Aug 2009)
Log Message:
-----------
remove more unnecessary tags

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/exception/no_method_error_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/module/method_defined_tags.txt

Removed Paths:
-------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/initialize_copy_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/replace_tags.txt

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/exception/no_method_error_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/exception/no_method_error_tags.txt	2009-08-25 21:08:43 UTC (rev 2375)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/exception/no_method_error_tags.txt	2009-08-25 21:09:17 UTC (rev 2376)
@@ -1,5 +1 @@
 fails:NoMethodError#message for an protected method match /protected method/
-fails:NoMethodError#message for private method match /private method/
-fails:NoMethodError#args returns an array with the same elements as passed to the method
-fails:NoMethodError#args returns an empty array if the caller method had no arguments
-fails:NoMethodError#message for an undefined method match /undefined method/

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/initialize_copy_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/initialize_copy_tags.txt	2009-08-25 21:08:43 UTC (rev 2375)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/initialize_copy_tags.txt	2009-08-25 21:09:17 UTC (rev 2376)
@@ -1,4 +0,0 @@
-fails:Hash#initialize_copy is private
-fails:Hash#initialize_copy does not transfer default values
-fails:Hash#initialize_copy raises a RuntimeError if called on a frozen instance
-fails:Hash#initialize_copy tries to convert the passed argument to a hash using #to_hash

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/replace_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/replace_tags.txt	2009-08-25 21:08:43 UTC (rev 2375)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/replace_tags.txt	2009-08-25 21:09:17 UTC (rev 2376)
@@ -1,3 +0,0 @@
-fails:Hash#replace does not transfer default values
-fails:Hash#replace raises a RuntimeError if called on a frozen instance
-fails:Hash#replace tries to convert the passed argument to a hash using #to_hash

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/module/method_defined_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/module/method_defined_tags.txt	2009-08-25 21:08:43 UTC (rev 2375)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/module/method_defined_tags.txt	2009-08-25 21:09:17 UTC (rev 2376)
@@ -1,3 +1 @@
 fails:Module#method_defined? returns true if a public or private method with the given name is defined in self, self's ancestors or one of self's included modules
-fails:Module#method_defined? converts the given name to a string using to_str
-fails:Module#method_defined? raises a TypeError when the given object is not a string/symbol/fixnum
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090825/ff4a1006/attachment-0001.html>


More information about the macruby-changes mailing list