rename test case to correct name

This commit is contained in:
Huabing.Xu 2013-09-18 18:26:03 +08:00
parent 768828ec29
commit 19e37d284e
22 changed files with 22 additions and 22 deletions

View File

@ -25,7 +25,7 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
// create the application instance // create the application instance
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("AssetsManagerTest",900,640);
int ret = Application::getInstance()->run(); int ret = Application::getInstance()->run();

View File

@ -13,6 +13,6 @@ int main(int argc, char **argv)
// create the application instance // create the application instance
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("HelloCpp",900,640);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }

View File

@ -31,7 +31,7 @@ int main(int argc, char *argv[])
{ {
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("HelloCpp",900,640);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }

View File

@ -15,6 +15,6 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
// create the application instance // create the application instance
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("HelloCpp",900,640);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }

View File

@ -13,6 +13,6 @@ int main(int argc, char **argv)
// create the application instance // create the application instance
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("SimpleGame",900,640);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }

View File

@ -31,7 +31,7 @@ int main(int argc, char *argv[])
{ {
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("SimpleGame",900,640);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }

View File

@ -31,6 +31,6 @@ int main(int argc, char *argv[])
{ {
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("CocosDragonJS",900,640);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }

View File

@ -25,7 +25,7 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
// create the application instance // create the application instance
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("CocosDragonJS",900,640);
int ret = Application::getInstance()->run(); int ret = Application::getInstance()->run();

View File

@ -31,6 +31,6 @@ int main(int argc, char *argv[])
{ {
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("CrystalCraze",900,640);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }

View File

@ -25,7 +25,7 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
// create the application instance // create the application instance
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("CrystalCraze",900,640);
int ret = Application::getInstance()->run(); int ret = Application::getInstance()->run();

View File

@ -31,7 +31,7 @@ int main(int argc, char *argv[])
{ {
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("MoonWarriors",900,640);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }

View File

@ -25,7 +25,7 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
// create the application instance // create the application instance
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("MoonWarriors",900,640);
int ret = Application::getInstance()->run(); int ret = Application::getInstance()->run();

View File

@ -31,7 +31,7 @@ int main(int argc, char *argv[])
{ {
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("TestJavascript",900,640);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }

View File

@ -25,7 +25,7 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
// create the application instance // create the application instance
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("TestJavascript",900,640);
int ret = Application::getInstance()->run(); int ret = Application::getInstance()->run();

View File

@ -31,7 +31,7 @@ int main(int argc, char *argv[])
{ {
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("WatermelonWithMe",900,640);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }

View File

@ -25,7 +25,7 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
// create the application instance // create the application instance
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("WatermelonWithMe",900,640);
int ret = Application::getInstance()->run(); int ret = Application::getInstance()->run();

View File

@ -13,6 +13,6 @@ int main(int argc, char **argv)
// create the application instance // create the application instance
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("HelloLua",900,640);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }

View File

@ -31,6 +31,6 @@ int main(int argc, char *argv[])
{ {
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("HelloLua",900,640);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }

View File

@ -25,7 +25,7 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
// create the application instance // create the application instance
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("HelloLua",900,640);
int ret = Application::getInstance()->run(); int ret = Application::getInstance()->run();

View File

@ -14,6 +14,6 @@ int main(int argc, char **argv)
// create the application instance // create the application instance
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("TestLua",900,640);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }

View File

@ -31,6 +31,6 @@ int main(int argc, char *argv[])
{ {
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("TestLua",900,640);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }

View File

@ -25,7 +25,7 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
// create the application instance // create the application instance
AppDelegate app; AppDelegate app;
EGLView eglView; EGLView eglView;
eglView.init("TestCPP",900,640); eglView.init("TestLua",900,640);
int ret = Application::getInstance()->run(); int ret = Application::getInstance()->run();