stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4935085fd818761f3879c5fef8a98dad2e63f308

commit 4935085fd818761f3879c5fef8a98dad2e63f308
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Thu Jul 16 10:59:22 2020 +0200

    elm: tests: fix typo in test name
    
    Found while working on exactness scenarios. Better get this fixed here
    before we use it in tools like exactness and make it harder to change.
---
 src/bin/elementary/test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/elementary/test.c b/src/bin/elementary/test.c
index 1bcf69e9cd..1acf333dcf 100644
--- a/src/bin/elementary/test.c
+++ b/src/bin/elementary/test.c
@@ -1223,7 +1223,7 @@ add_tests:
    ADD_TEST(NULL, "Text", "Label Ellipsis", test_label_ellipsis);
    ADD_TEST(NULL, "Text", "Label Colors", test_label_colors);
    ADD_TEST(NULL, "Text", "Label Emoji", test_label_emoji);
-   ADD_TEST(NULL, "Text", "Label Variation Sequnece", 
test_label_variation_sequence);
+   ADD_TEST(NULL, "Text", "Label Variation Sequence", 
test_label_variation_sequence);
    ADD_TEST_EO(NULL, "Text", "Efl.Ui.Textpath", test_ui_textpath);
    ADD_TEST_EO(NULL, "Text", "Efl.Canvas.Textblock style", 
test_canvas_textblock);
 

-- 


Reply via email to