aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/test
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:59 -0500
committerJacek Antonelli2008-08-15 23:44:59 -0500
commita408bac29378072fbf36864164149458c978cfcc (patch)
tree67feccf1a5d3816611ba48d6762f86f0f7f4b1f6 /linden/indra/test
parentSecond Life viewer sources 1.17.0.12 (diff)
downloadmeta-impy-a408bac29378072fbf36864164149458c978cfcc.zip
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.gz
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.bz2
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.xz
Second Life viewer sources 1.17.1.0
Diffstat (limited to 'linden/indra/test')
-rw-r--r--linden/indra/test/llhttpnode_tut.cpp2
-rw-r--r--linden/indra/test/llmessageconfig_tut.cpp4
-rw-r--r--linden/indra/test/llsdserialize_tut.cpp8
-rw-r--r--linden/indra/test/test.vcproj2
4 files changed, 8 insertions, 8 deletions
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 @@
1/** 1/**
2 * @file lliohttpserver_tut.cpp 2 * @file lliohttpnode_tut.cpp
3 * @date May 2006 3 * @date May 2006
4 * @brief HTTP server unit tests 4 * @brief HTTP server unit tests
5 * 5 *
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
39{ 39{
40 ///var/tmp/babbage/dev/message-liberation/etc 40 ///var/tmp/babbage/dev/message-liberation/etc
41 static const char file_name[] = "/tmp/message.xml"; 41 static const char file_name[] = "/tmp/message.xml";
42 static const F32 refreshRate = 6.0*1000.0; // milliseconds 42 static const long refreshRateMillis = 6000;
43 43
44 struct LLMessageConfigTestData { 44 struct LLMessageConfigTestData {
45 45
@@ -65,7 +65,7 @@ namespace tut
65 LLSDSerialize::toPrettyXML(config, file); 65 LLSDSerialize::toPrettyXML(config, file);
66 } 66 }
67 file.close(); 67 file.close();
68 ms_sleep(refreshRate); 68 ms_sleep(refreshRateMillis);
69 LLFrameTimer::updateFrameTime(); 69 LLFrameTimer::updateFrameTime();
70 } 70 }
71 }; 71 };
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
298"Since opening to the public in 2003, it has grown explosively and today is " 298"Since opening to the public in 2003, it has grown explosively and today is "
299"inhabited by nearly 100,000 people from around the globe.\n" 299"inhabited by nearly 100,000 people from around the globe.\n"
300"\n" 300"\n"
301"From the moment you enter the World youll discover a vast digital continent, " 301"From the moment you enter the World you'll discover a vast digital continent, "
302"teeming with people, entertainment, experiences and opportunity. Once youve " 302"teeming with people, entertainment, experiences and opportunity. Once you've "
303"explored a bit, perhaps youll find a perfect parcel of land to build your " 303"explored a bit, perhaps you'll find a perfect parcel of land to build your "
304"house or business.\n" 304"house or business.\n"
305"\n" 305"\n"
306"Youll also be surrounded by the Creations of your fellow residents. Because " 306"You'll also be surrounded by the Creations of your fellow residents. Because "
307"residents retain the rights to their digital creations, they can buy, sell " 307"residents retain the rights to their digital creations, they can buy, sell "
308"and trade with other residents.\n" 308"and trade with other residents.\n"
309"\n" 309"\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 @@
158 Name="VCMIDLTool"/> 158 Name="VCMIDLTool"/>
159 <Tool 159 <Tool
160 Name="VCPostBuildEventTool" 160 Name="VCPostBuildEventTool"
161 CommandLine="$(TargetPath)"/> 161 CommandLine="&quot;$(TargetPath)&quot;"/>
162 <Tool 162 <Tool
163 Name="VCPreBuildEventTool"/> 163 Name="VCPreBuildEventTool"/>
164 <Tool 164 <Tool