[macruby-changes] [798] MacRuby/trunk/test-macruby/cases/hotcocoa/mapper_test.rb

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 20 06:49:31 PST 2009


Revision: 798
          http://trac.macosforge.org/projects/ruby/changeset/798
Author:   eloy.de.enige at gmail.com
Date:     2009-01-20 06:49:31 -0800 (Tue, 20 Jan 2009)
Log Message:
-----------
This is only a whitespace fix to be able to say: All the HotCocoa test cases (r794-r796) were written thanks to: Alexander Flatter <flatter at gmail.com>

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

Modified: MacRuby/trunk/test-macruby/cases/hotcocoa/mapper_test.rb
===================================================================
--- MacRuby/trunk/test-macruby/cases/hotcocoa/mapper_test.rb	2009-01-20 14:44:57 UTC (rev 797)
+++ MacRuby/trunk/test-macruby/cases/hotcocoa/mapper_test.rb	2009-01-20 14:49:31 UTC (rev 798)
@@ -9,7 +9,7 @@
 class TestMapper < Test::Unit::TestCase
   
   include HotCocoa::Mappings
-
+  
   it "should have two hash attributes named #bindings and #delegate" do
     assert Mapper.bindings_modules.is_a?(Hash)
     assert Mapper.delegate_modules.is_a?(Hash)
@@ -33,14 +33,12 @@
   end
   
   def test_include_in_class
-
     m = sample_mapper(true)
     m.include_in_class
     
     assert_equal m.instance_variable_get('@extension_method'), :include
-
+    
     flunk 'Pending.'
-
   end
   
   def test_each_control_ancestor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090120/7238af1c/attachment.html>


More information about the macruby-changes mailing list