comparison UnitTestsSources/LuaTests.cpp @ 1532:b5eb5210af91

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Aug 2015 15:04:12 +0200
parents 3f7722179467
children 9ea3d082b064
comparison
equal deleted inserted replaced
1531:31b3a540f508 1532:b5eb5210af91
37 #include "../Core/Lua/LuaFunctionCall.h" 37 #include "../Core/Lua/LuaFunctionCall.h"
38 38
39 #include <boost/lexical_cast.hpp> 39 #include <boost/lexical_cast.hpp>
40 40
41 #if !defined(UNIT_TESTS_WITH_HTTP_CONNEXIONS) 41 #if !defined(UNIT_TESTS_WITH_HTTP_CONNEXIONS)
42 #error "Please set UNIT_TESTS_WITH_HTTP_CONNEXIONS" 42 #error "Please set UNIT_TESTS_WITH_HTTP_CONNEXIONS to 0 or 1"
43 #endif 43 #endif
44 44
45 45
46 TEST(Lua, Json) 46 TEST(Lua, Json)
47 { 47 {