diff options
Diffstat (limited to 'linden/indra/test')
-rw-r--r-- | linden/indra/test/llhttpnode_tut.cpp | 2 | ||||
-rw-r--r-- | linden/indra/test/llmessageconfig_tut.cpp | 4 | ||||
-rw-r--r-- | linden/indra/test/llsdserialize_tut.cpp | 8 | ||||
-rw-r--r-- | linden/indra/test/test.vcproj | 2 |
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 you’ll 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 you’ve " | 302 | "teeming with people, entertainment, experiences and opportunity. Once you've " |
303 | "explored a bit, perhaps you’ll 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 | "You’ll 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=""$(TargetPath)""/> |
162 | <Tool | 162 | <Tool |
163 | Name="VCPreBuildEventTool"/> | 163 | Name="VCPreBuildEventTool"/> |
164 | <Tool | 164 | <Tool |