[macruby-changes] [809] MacRuby/trunk/test-macruby/cases/hotcocoa/plist_test.rb

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 22 08:31:05 PST 2009


Revision: 809
          http://trac.macosforge.org/projects/ruby/changeset/809
Author:   eloy.de.enige at gmail.com
Date:     2009-01-22 08:31:05 -0800 (Thu, 22 Jan 2009)
Log Message:
-----------
Added note about failing test in hotcocoa/plist_test.rb

Modified Paths:
--------------
    MacRuby/trunk/test-macruby/cases/hotcocoa/plist_test.rb

Modified: MacRuby/trunk/test-macruby/cases/hotcocoa/plist_test.rb
===================================================================
--- MacRuby/trunk/test-macruby/cases/hotcocoa/plist_test.rb	2009-01-22 16:30:59 UTC (rev 808)
+++ MacRuby/trunk/test-macruby/cases/hotcocoa/plist_test.rb	2009-01-22 16:31:05 UTC (rev 809)
@@ -7,7 +7,7 @@
   include HotCocoa
 
   def test_to_plist
-    assert_plist(123)
+    assert_plist(123) # fails because atm a Numeric is not based on NSNumber
     assert_plist(true)
     assert_plist(false)
     assert_plist('foo')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090122/07ce48a4/attachment.html>


More information about the macruby-changes mailing list