/[freeride]/freeride/test/utest_databus.rb
ViewVC logotype

Diff of /freeride/test/utest_databus.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by richkilmer, Fri Sep 13 04:06:20 2002 UTC revision 1.10 by richkilmer, Fri Sep 13 04:32:29 2002 UTC
# Line 71  class Test_DataBus < TestCase Line 71  class Test_DataBus < TestCase
71      assert(!slot.is_proc_slot?)      assert(!slot.is_proc_slot?)
72      assert(!slot.is_map_slot?)      assert(!slot.is_map_slot?)
73      assert_equal(1, slot.data)      assert_equal(1, slot.data)
74        assert_equal(1, slot.value)
75      assert_exception(RuntimeError) {slot.proc}      assert_exception(RuntimeError) {slot.proc}
76      assert_exception(RuntimeError) {slot.queue}      assert_exception(RuntimeError) {slot.queue}
77      assert_exception(RuntimeError) {slot.stack}      assert_exception(RuntimeError) {slot.stack}
# Line 149  class Test_DataBus < TestCase Line 150  class Test_DataBus < TestCase
150      assert(!slot.is_data_slot?)      assert(!slot.is_data_slot?)
151      assert(!slot.is_map_slot?)      assert(!slot.is_map_slot?)
152      slot.call(4)      slot.call(4)
153        slot.invoke(4)
154      slot.proc.call(4)      slot.proc.call(4)
155      assert_exception(RuntimeError) {slot.stack}      assert_exception(RuntimeError) {slot.stack}
156      assert_exception(RuntimeError) {slot.data}      assert_exception(RuntimeError) {slot.data}

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26