~ubuntu-branches/ubuntu/utopic/ruby-gir-ffi/utopic-proposed

« back to all changes in this revision

Viewing changes to test/integration/generated_gio_test.rb

  • Committer: Package Import Robot
  • Author(s): TANIGUCHI Takaki
  • Date: 2014-06-22 16:13:36 UTC
  • mfrom: (10.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140622161336-zo88bzrlqw71cpyy
Tags: 0.7.4-1
* Imported Upstream version 0.7.4
* Bump Standards-Version to 3.9.5 (with no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
      pass
93
93
    end
94
94
  end
 
95
 
 
96
  describe "the SocketSourceFunc callback" do
 
97
    it "can be cast to a native function" do
 
98
      Gio::SocketSourceFunc.new {|*args| p args}.to_native
 
99
    end
 
100
  end
95
101
end
96
102