disabled network tests for wp8/winrt until networking code is added

This commit is contained in:
Dale Stammen 2014-03-22 06:15:18 -07:00
parent 4c03c526c1
commit 2a13bbccc9
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#include "NotificationCenterTest/NotificationCenterTest.h" #include "NotificationCenterTest/NotificationCenterTest.h"
#include "ControlExtensionTest/CCControlSceneManager.h" #include "ControlExtensionTest/CCControlSceneManager.h"
#include "CocosBuilderTest/CocosBuilderTest.h" #include "CocosBuilderTest/CocosBuilderTest.h"
#if (CC_TARGET_PLATFORM != CC_PLATFORM_EMSCRIPTEN) && (CC_TARGET_PLATFORM != CC_PLATFORM_NACL) #if (CC_TARGET_PLATFORM != CC_PLATFORM_EMSCRIPTEN) && (CC_TARGET_PLATFORM != CC_PLATFORM_NACL) && (CC_TARGET_PLATFORM != CC_PLATFORM_WP8) && (CC_TARGET_PLATFORM != CC_PLATFORM_WINRT)
#include "NetworkTest/HttpClientTest.h" #include "NetworkTest/HttpClientTest.h"
#endif #endif
#include "TableViewTest/TableViewTestScene.h" #include "TableViewTest/TableViewTestScene.h"
@ -58,7 +58,7 @@ static struct {
scene->release(); scene->release();
} }
}}, }},
#if (CC_TARGET_PLATFORM != CC_PLATFORM_EMSCRIPTEN) && (CC_TARGET_PLATFORM != CC_PLATFORM_NACL) #if (CC_TARGET_PLATFORM != CC_PLATFORM_EMSCRIPTEN) && (CC_TARGET_PLATFORM != CC_PLATFORM_NACL) && (CC_TARGET_PLATFORM != CC_PLATFORM_WP8) && (CC_TARGET_PLATFORM != CC_PLATFORM_WINRT)
{ "HttpClientTest", [](Ref *sender){ runHttpClientTest();} { "HttpClientTest", [](Ref *sender){ runHttpClientTest();}
}, },
#endif #endif