summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-08-14 14:52:30 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-08-14 14:52:30 +0200
commitbeecab2244d01af39c87c6b29a374603a6e1a90d (patch)
treee2853879d7bb44d30e74a175ab67dc6848c1c3b9 /spec
parent81554b16d0437695dd1f76052998726186251f04 (diff)
downloadffi-efl-beecab2244d01af39c87c6b29a374603a6e1a90d.zip
ffi-efl-beecab2244d01af39c87c6b29a374603a6e1a90d.tar.gz
Update evas native API and specs
Diffstat (limited to 'spec')
-rw-r--r--spec/evas_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/evas_spec.rb b/spec/evas_spec.rb
index 4b69925..be19c59 100644
--- a/spec/evas_spec.rb
+++ b/spec/evas_spec.rb
@@ -632,7 +632,7 @@ describe "Efl::Evas #{Efl::Evas.version.full}" do
@t.horiz_advance_get.should > 0
@t.vert_advance_get.should > 0
@t.inset_get.should > 0
- @t.direction_get.should == :evas_bidi_direction_ltr
+ @t.direction_get.should == :evas_bidi_direction_neutral
@t.style_pad_get.length.should == 4
@t.ascent.should > 0
@t.descent.should > 0
@@ -641,7 +641,7 @@ describe "Efl::Evas #{Efl::Evas.version.full}" do
@t.horiz_advance.should > 0
@t.vert_advance.should > 0
@t.inset.should > 0
- @t.direction.should == :evas_bidi_direction_ltr
+ @t.direction.should == :evas_bidi_direction_neutral
@t.style_pad.length.should == 4
end
#