summaryrefslogtreecommitdiffstats
path: root/spec/ecore_spec.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-08-15 14:20:05 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-08-15 14:20:05 +0200
commit2888e05b601c4f5bde87cfc5a5dc502feceb6f86 (patch)
treeea65ef67a5dd45a22384309eac4eb2f7bf13784c /spec/ecore_spec.rb
parentbeecab2244d01af39c87c6b29a374603a6e1a90d (diff)
downloadffi-efl-2888e05b601c4f5bde87cfc5a5dc502feceb6f86.zip
ffi-efl-2888e05b601c4f5bde87cfc5a5dc502feceb6f86.tar.gz
Update ecore native API and specs
Diffstat (limited to 'spec/ecore_spec.rb')
-rw-r--r--spec/ecore_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/ecore_spec.rb b/spec/ecore_spec.rb
index ddc775e..0632387 100644
--- a/spec/ecore_spec.rb
+++ b/spec/ecore_spec.rb
@@ -118,10 +118,8 @@ describe "Efl::Ecore #{Efl::Ecore.version.full}" do
e2 = FFI::MemoryPointer.new(:int)
e2.write_int 666
evt2 = Ecore.event_add Ecore::EVENT_SIGNAL_USER, e2, EVENT_FREE_CB, NONE
- Ecore.main_loop_begin # process event
Ecore.event_filter_del(filter).address.should == OK.address
evt2 = Ecore.event_add Ecore::EVENT_SIGNAL_USER, e2, EVENT_FREE_CB, NONE
- Ecore.main_loop_begin # process event
end
#
describe Efl::Ecore::REcorePipe do