From a408bac29378072fbf36864164149458c978cfcc Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:44:59 -0500 Subject: Second Life viewer sources 1.17.1.0 --- linden/indra/test/llhttpnode_tut.cpp | 2 +- linden/indra/test/llmessageconfig_tut.cpp | 4 ++-- linden/indra/test/llsdserialize_tut.cpp | 8 ++++---- linden/indra/test/test.vcproj | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'linden/indra/test') diff --git a/linden/indra/test/llhttpnode_tut.cpp b/linden/indra/test/llhttpnode_tut.cpp index fb35f77..59d339c 100644 --- a/linden/indra/test/llhttpnode_tut.cpp +++ b/linden/indra/test/llhttpnode_tut.cpp @@ -1,5 +1,5 @@ /** - * @file lliohttpserver_tut.cpp + * @file lliohttpnode_tut.cpp * @date May 2006 * @brief HTTP server unit tests * diff --git a/linden/indra/test/llmessageconfig_tut.cpp b/linden/indra/test/llmessageconfig_tut.cpp index 07e8e72..1d11cbf 100644 --- a/linden/indra/test/llmessageconfig_tut.cpp +++ b/linden/indra/test/llmessageconfig_tut.cpp @@ -39,7 +39,7 @@ namespace tut { ///var/tmp/babbage/dev/message-liberation/etc static const char file_name[] = "/tmp/message.xml"; - static const F32 refreshRate = 6.0*1000.0; // milliseconds + static const long refreshRateMillis = 6000; struct LLMessageConfigTestData { @@ -65,7 +65,7 @@ namespace tut LLSDSerialize::toPrettyXML(config, file); } file.close(); - ms_sleep(refreshRate); + ms_sleep(refreshRateMillis); LLFrameTimer::updateFrameTime(); } }; diff --git a/linden/indra/test/llsdserialize_tut.cpp b/linden/indra/test/llsdserialize_tut.cpp index 497c529..09097d8 100644 --- a/linden/indra/test/llsdserialize_tut.cpp +++ b/linden/indra/test/llsdserialize_tut.cpp @@ -298,12 +298,12 @@ namespace tut "Since opening to the public in 2003, it has grown explosively and today is " "inhabited by nearly 100,000 people from around the globe.\n" "\n" -"From the moment you enter the World you’ll discover a vast digital continent, " -"teeming with people, entertainment, experiences and opportunity. Once you’ve " -"explored a bit, perhaps you’ll find a perfect parcel of land to build your " +"From the moment you enter the World you'll discover a vast digital continent, " +"teeming with people, entertainment, experiences and opportunity. Once you've " +"explored a bit, perhaps you'll find a perfect parcel of land to build your " "house or business.\n" "\n" -"You’ll also be surrounded by the Creations of your fellow residents. Because " +"You'll also be surrounded by the Creations of your fellow residents. Because " "residents retain the rights to their digital creations, they can buy, sell " "and trade with other residents.\n" "\n" diff --git a/linden/indra/test/test.vcproj b/linden/indra/test/test.vcproj index 5df197a..cb9c7af 100644 --- a/linden/indra/test/test.vcproj +++ b/linden/indra/test/test.vcproj @@ -158,7 +158,7 @@ Name="VCMIDLTool"/> + CommandLine=""$(TargetPath)""/>