comparison UnitTestsSources/MultiThreadingTests.cpp @ 1005:84b6d7bca6db lua-scripting

refactoring of ServerContext::Store
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Jul 2014 14:34:11 +0200
parents 13e230bbd882
children 26642cecd36d
comparison
equal deleted inserted replaced
1004:a226e0959d8b 1005:84b6d7bca6db
341 printf(">> %s\n", i->c_str()); 341 printf(">> %s\n", i->c_str());
342 #endif 342 #endif
343 } 343 }
344 344
345 345
346 TEST(Toto, Toto) 346 TEST(MultiThreading, DISABLED_ServerScheduler)
347 { 347 {
348 ServerScheduler scheduler(10); 348 ServerScheduler scheduler(10);
349 349
350 ServerJob job; 350 ServerJob job;
351 ServerCommandInstance& f2 = job.AddCommand(new Tutu(2)); 351 ServerCommandInstance& f2 = job.AddCommand(new Tutu(2));