davemds pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6714763dab4e7fdbadaf0d98786c4691dc8203a7

commit 6714763dab4e7fdbadaf0d98786c4691dc8203a7
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Fri Sep 15 19:37:54 2017 +0200

    Edje external tests: fix some texts
    
    The bugs mentioned are now fixed
---
 data/elementary/objects/test_external.edc | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/data/elementary/objects/test_external.edc 
b/data/elementary/objects/test_external.edc
index 0b9902c0dd..d590906c0b 100644
--- a/data/elementary/objects/test_external.edc
+++ b/data/elementary/objects/test_external.edc
@@ -81,7 +81,7 @@ collections {
                align: 0.5 0.0;
                params {
                   string: "label" "<b>Label and Buttons are edje externals</>\
-<br>Click buttons to perform edje animations.<br><b>BUG</>: disabled style.";
+<br>Click buttons to perform edje animations.";
                }
             }
          }
@@ -459,8 +459,7 @@ collections {
                max: 200 50;
                align: 0.5 0.0;
                params {
-                  string: "label" "<b>All the Widgets and the Interaction are 
pure edje</>\
-<br>This is not a real test, just an experiment<br><b>BUG</>: clip issue, 
slider drag, lots of warning, ...";
+                  string: "label" "<b>All the Widgets and the Interaction are 
pure edje</>";
                }
             }
          }
@@ -1207,7 +1206,6 @@ embryo script and from C code.";
 
       }
    }
-
    group { name: "external/combobox";
       parts {
          COMMON_EXTERNAL_UNDER

-- 


Reply via email to