From ff27c3539dbd120eb08b41523fe162e3004d9b3b Mon Sep 17 00:00:00 2001 From: "Huabing.Xu" Date: Tue, 21 Oct 2014 17:37:00 +0800 Subject: [PATCH] [ci skip] fix typo --- .../Classes/UITest/CocoStudioGUITest/CocosGUIScene.cpp | 2 +- .../Classes/UITest/CocoStudioGUITest/GUIEditorTest.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/CocosGUIScene.cpp b/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/CocosGUIScene.cpp index c6fb2138d5..d49c7897fd 100644 --- a/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/CocosGUIScene.cpp +++ b/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/CocosGUIScene.cpp @@ -145,7 +145,7 @@ g_guisTests[] = } }, { - "TextAtalsTest", + "TextAtlasTest", [](Ref* sender) { UISceneManager* sceneManager = UISceneManager::sharedUISceneManager(); diff --git a/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/GUIEditorTest.cpp b/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/GUIEditorTest.cpp index 2cac8834cd..4a93534cf2 100644 --- a/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/GUIEditorTest.cpp +++ b/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/GUIEditorTest.cpp @@ -121,7 +121,7 @@ g_guisTests[] = }, */ { - "gui TextAtals Editor Test", + "gui TextAtlas Editor Test", [](Ref* sender) { UISceneManager_Editor* pManager = UISceneManager_Editor::sharedUISceneManager_Editor();