summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-07-16 10:59:22 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-07-16 10:59:22 +0200
commit4935085fd818761f3879c5fef8a98dad2e63f308 (patch)
tree4272d79cdedcd724048ebe4890c3bd162fc826f4
parentbd3f0b6ac687468d4d72045df954315af10e5b0a (diff)
downloadefl-4935085fd818761f3879c5fef8a98dad2e63f308.tar.gz
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.
-rw-r--r--src/bin/elementary/test.c2
1 files changed, 1 insertions, 1 deletions
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);