From ec08dec2074be37e1b40a4385169ba5ed68b1923 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 8 Oct 2009 12:53:59 +0000 Subject: repair the legacy tut test manifest. --- indra/test/CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 463eedb4fd..ecc138d56d 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -32,8 +32,6 @@ set(test_SOURCE_FILES io.cpp # llapp_tut.cpp # Temporarily removed until thread issues can be solved llbase64_tut.cpp - llbbox_tut.cpp - llbboxlocal_tut.cpp llblowfish_tut.cpp llbuffer_tut.cpp lldate_tut.cpp @@ -54,7 +52,6 @@ set(test_SOURCE_FILES llnamevalue_tut.cpp llpermissions_tut.cpp llpipeutil.cpp - llquaternion_tut.cpp llrandom_tut.cpp llrect_tut.cpp llsaleinfo_tut.cpp @@ -66,7 +63,6 @@ set(test_SOURCE_FILES llsdutil_tut.cpp llservicebuilder_tut.cpp llstreamtools_tut.cpp - llstring_tut.cpp lltemplatemessagebuilder_tut.cpp lltimestampcache_tut.cpp lltiming_tut.cpp @@ -81,13 +77,6 @@ set(test_SOURCE_FILES reflection_tut.cpp stringize_tut.cpp test.cpp - v2math_tut.cpp - v3color_tut.cpp - v3dmath_tut.cpp - v3math_tut.cpp - v4color_tut.cpp - v4coloru_tut.cpp - v4math_tut.cpp ) set(test_HEADER_FILES -- cgit v1.2.3 From 5fe65644b5ac422b2d7f1558f9e38e8d0dbc7674 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 8 Oct 2009 13:36:46 +0000 Subject: DEV-41088 convert legacy 'math' test module into 'mathmisc' integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index ecc138d56d..e12c24ebee 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -72,7 +72,6 @@ set(test_SOURCE_FILES lluri_tut.cpp lluuidhashmap_tut.cpp llxfer_tut.cpp - math.cpp message_tut.cpp reflection_tut.cpp stringize_tut.cpp -- cgit v1.2.3 From 6ee4a7f429802c9e0f817b09eadcdb33b45cb888 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 8 Oct 2009 13:46:20 +0000 Subject: DEV-41089 convert legacy tut llrect test into a llmath integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index e12c24ebee..277695758e 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -53,7 +53,6 @@ set(test_SOURCE_FILES llpermissions_tut.cpp llpipeutil.cpp llrandom_tut.cpp - llrect_tut.cpp llsaleinfo_tut.cpp llscriptresource_tut.cpp llsdmessagebuilder_tut.cpp -- cgit v1.2.3 From 1ee157028845048d931c0c7fdd1bcac53bda324e Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 8 Oct 2009 13:52:53 +0000 Subject: DEV-41090 convert legacy llrand tut test into a llcommon integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 277695758e..a842548980 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -52,7 +52,6 @@ set(test_SOURCE_FILES llnamevalue_tut.cpp llpermissions_tut.cpp llpipeutil.cpp - llrandom_tut.cpp llsaleinfo_tut.cpp llscriptresource_tut.cpp llsdmessagebuilder_tut.cpp -- cgit v1.2.3 From b73e71ebdf4366b11d3fd43ac80e2a3dc7f30cb2 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Mon, 12 Oct 2009 14:13:57 +0000 Subject: DEV-41174 more automated testing love * turn llnamevalue_tut into a llmessage unit test * turn llsdserialize_tut into a llcommon integration test * re-enable the (quite slow) llsdserialize test on win32 now that it doesn't have to run on every recompile * re-enable all llmessage unit tests on linux viewer builds --- indra/test/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index a842548980..bb33f0956d 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -49,7 +49,6 @@ set(test_SOURCE_FILES llmime_tut.cpp llmessageconfig_tut.cpp llmodularmath_tut.cpp - llnamevalue_tut.cpp llpermissions_tut.cpp llpipeutil.cpp llsaleinfo_tut.cpp @@ -57,7 +56,6 @@ set(test_SOURCE_FILES llsdmessagebuilder_tut.cpp llsdmessagereader_tut.cpp llsd_new_tut.cpp - llsdserialize_tut.cpp llsdutil_tut.cpp llservicebuilder_tut.cpp llstreamtools_tut.cpp -- cgit v1.2.3 From c3c03419fec9147c3be3518d46078279155d8f44 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Mon, 12 Oct 2009 14:20:51 +0000 Subject: DEV-41175 convert legacy common.cpp tut test into llcommon integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index bb33f0956d..f513efdffe 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -27,7 +27,6 @@ include_directories( ) set(test_SOURCE_FILES - common.cpp inventory.cpp io.cpp # llapp_tut.cpp # Temporarily removed until thread issues can be solved -- cgit v1.2.3 From 2798d1bc6772da41e0230b1ad69e01e7039a7851 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Mon, 12 Oct 2009 14:32:16 +0000 Subject: DEV-41176 convert legacy inventory.cpp tut test into an llinventory integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index f513efdffe..25f24573b9 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -27,7 +27,6 @@ include_directories( ) set(test_SOURCE_FILES - inventory.cpp io.cpp # llapp_tut.cpp # Temporarily removed until thread issues can be solved llbase64_tut.cpp -- cgit v1.2.3 From 2a99e18ea152ef8843a12d7056436ee01dff5964 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Mon, 12 Oct 2009 14:56:03 +0000 Subject: DEV-41178 convert lldate legacy monolithic tut test into a llcommon integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 25f24573b9..a5df23860c 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -32,7 +32,6 @@ set(test_SOURCE_FILES llbase64_tut.cpp llblowfish_tut.cpp llbuffer_tut.cpp - lldate_tut.cpp lldependencies_tut.cpp lldoubledispatch_tut.cpp llerror_tut.cpp -- cgit v1.2.3 From 5438d5bec2fa328c5c51e993298523a331870233 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Mon, 12 Oct 2009 15:08:40 +0000 Subject: DEV-41080 remove weird double-printing of test results, make test-passing more *fun*! --- indra/test/test.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'indra/test') diff --git a/indra/test/test.cpp b/indra/test/test.cpp index 2f50d872ee..94766a0ba2 100644 --- a/indra/test/test.cpp +++ b/indra/test/test.cpp @@ -143,24 +143,24 @@ public: private: void run_completed_(std::ostream &stream) { + stream << "\tTotal Tests:\t" << mTotalTests << std::endl; + stream << "\tPassed Tests:\t" << mPassedTests; + if (mPassedTests == mTotalTests) + { + stream << "\t\\o/ yay!!"; + } stream << std::endl; - stream << "Total Tests: " << mTotalTests << std::endl; - stream << "Passed Tests: " << mPassedTests << std::endl; - stream << std::endl; - stream << "Total Tests: " << mTotalTests << std::endl; - stream << "Passed Tests: " << mPassedTests << std::endl; - if (mSkippedTests > 0) { - stream << "Skipped known failures: " << mSkippedTests + stream << "\tSkipped known failures:\t" << mSkippedTests << std::endl; } if(mFailedTests > 0) { stream << "*********************************" << std::endl; - stream << "Failed Tests: " << mFailedTests << std::endl; + stream << "Failed Tests:\t" << mFailedTests << std::endl; stream << "Please report or fix the problem." << std::endl; stream << "*********************************" << std::endl; } -- cgit v1.2.3 From 406927f6293efa416b174cfa1c88689aab9615f7 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Wed, 14 Oct 2009 10:40:56 +0000 Subject: Merge a big bunch of fixes from maint-viewer. Hooray. svn merge -r136066:136073 svn+ssh://svn.lindenlab.com/svn/linden/branches/maint-viewer/maint-viewer-24-qa-9 DEV-8553 New Server Tools - Prep Land For Sale DEV-32942 (QAR-1521) Bad border crossings or TP / Ruthing issues DEV-32942 (QAR-1521) Bad border crossings or TP / Ruthing issues DEV-33239 VWR-13816: Resizing the Search Window Causes the Results to Refresh back to First Page DEV-27746 Running a dev build of Second Life will make console window show up on non-dev builds (Windows) DEV-33209 Linux 1.24.0.120778 client fails to run DEV-29123 SVC-3871: Crash of viewer when clicking on ghost objects at (0,0,0) on a sim DEV-35433 Attempting to upload wrong file type crashes viewer DEV-33499 viewer2009 is not using KDU DEV-33912 Griefing viewer crashes others' viewers with malformed sound files DEV-3784 VWR-138: Animation Priority not working correctly, Can't create new AOs DEV-20678 VWR-9069: Region variable says 'Region Name' in AR if no object is selected DEV-19934 Help->About Second Life doesn't differentiate between 32- and 64-bit Vista DEV-6604 Restored folders have 'Purge Item' and 'Restore Item' options DEV-12867 VWR-5717: Selected Text is not replaced by Input text when Japanese IME is on DEV-11894 Notecards/Texture windows don't open completely when opened from inventory DEV-10641 VWR-4955: Local Chat doesn't show end of last conversation DEV-30039 VWR-12620: Viewer build fails on Linux when compiled with -O2 (--type=Release) DEV-20944 VWR-9065: (intermittent) Right Click >profile on avatar does not display profile DEV-24828 Menu accelerator prefixes shouldn't be hard-coded DEV-34529 VWR-14267: Clicking send in an IM window does not add the sent text to the line editor history DEV-34124 Invite to group, search by name will not show resident if their first name is two characters DEV-20930 VWR-9248: On Mac: the "--url" option causes a command line parsing error DEV-35306 Adult keyword filter triggers multiple warnings DEV-35503 VWR-3595: "Second Life requires True Color (32-bit) to run in a window" message is incorrect DEV-35656 VWR-12995: FTBFS: error: format '%-3d' expects type 'int', but argument 3 has type 'size_t' DEV-30043 VWR-12533: Linux viewer build for OpenAL fails during packaging unless FMOD library is available DEV-31898 VWR-13202: Right clicking mouse triggers arrow key control events DEV-32610 Keyboard shortcuts on OSX viewer overridden by OSX DEV-27067 Coverity Prevent: EVALUATION_ORDER defects DEV-26188 VWR-2242: Specially formatted .BVH file can cause avatar distortion DEV-25475 About Land dialog no longer shows Area: field DEV-19897 OSX Viewer Installer (for an RC) opens with poor positioning DEV-22837 Inventory> Search Recent Items highlighting incorrect characters DEV-21709 VWR-9377: Mapping will default to leave exact sim name listing first. (Searching Gar forces Gar to come up and not Garden of Dreams) DEV-23079 implement volume serial for linux client DEV-13930 VWR-6432: Space Navigator operation with vehicles is broken DEV-27666 VWR-10829: Linux Viewer: CLICK_ACTION_PAY shows CLICK_ACTION_PLAY icon DEV-23670 Viewer crashes on startup if installed into a custom folder with Korean, Japanese or Chinese characters in path DEV-19313 VWR-8454: PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS not highlighted in script editor DEV-19918 VWR-8885: Move character/*.xml files to source bundle DEV-25555 VWR-11172: A source coding mistake prevents number-pad keys from specifying Ctrl+digit shortcuts on Windows DEV-8536 VWR-4057: Multi-line chat display bug - first character in line missing DEV-29592 Mac LLFastTimer uses wall clock instead of Intel PMU DEV-29644 VWR-12587: Cmake install target has a hard coded secondlife-bin reference remaining DEV-25320 VWR-11128: Python not always detected by develop.py DEV-30040 VWR-12617: Poor type name that violates Coding Standard breaks compatibility with system header files DEV-30380 indra/newview/res-sdl/toolpay.BMP is modified during ./develop.py configure DEV-31247 VWR-12763: non-portable printf specifier used with size_t causes FTBFS on 64bit (due to -Werror) DEV-29565 VWR-12569: A comment in lluistring.h contains undefined UTF-8 code sequences DEV-22100 VWR-9620: send_parcel_select_objects in newview/llfloaterland.cpp uses the wrong datatype for the ReturnType field causing a warning DEV-31911 Selected objects / primitives should be greyed out when nothing is selected DEV-3667 Windows: Accelerator keys should be "Ctrl+X" rather than "Ctrl-X" DEV-27223 disable gstreamer on 64-bit linux DEV-8172 We Need a Linden Sale Option to Sell Land to Anyone DEV-25511 VWR-10311: Enable LipSync by default DEV-20443 Revamp group creation confirmation dialog to be more communicative DEV-20132 VWR-7800: Joystick / SpaceNavigator. Camera should remain in position when exiting flycam mode into avatar mode. DEV-18420 VWR-8393: Have build scripts copy fmod from an external location DEV-24841 VWR-10717: Right Space Navigator button should toggle fly in avatar movment, not jump/flyup. DEV-28457 change auto-populate value in buy L$ window from 1000 to 2000 DEV-15545 VWR-3725: Please add resize option to the SEARCH window UI --- indra/test/lltut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/lltut.h b/indra/test/lltut.h index 47ea9d3f9e..bbb437c3f9 100644 --- a/indra/test/lltut.h +++ b/indra/test/lltut.h @@ -74,7 +74,7 @@ namespace tut inline void ensure_memory_matches(const char* msg,const void* actual, U32 actual_len, const void* expected,U32 expected_len) { if((expected_len != actual_len) || - (memcmp(actual, expected, actual_len) != 0)) + (std::memcmp(actual, expected, actual_len) != 0)) { std::stringstream ss; ss << (msg?msg:"") << (msg?": ":"") << "not equal"; -- cgit v1.2.3 From 423f5b0078d813a14759f9671c11aedadc3a2d78 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 16:32:56 +0000 Subject: DEV-41341 tut lltiming test -> llframetimer integration test --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index a5df23860c..52b370873f 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -58,7 +58,6 @@ set(test_SOURCE_FILES llstreamtools_tut.cpp lltemplatemessagebuilder_tut.cpp lltimestampcache_tut.cpp - lltiming_tut.cpp lltranscode_tut.cpp lltreeiterators_tut.cpp lltut.cpp -- cgit v1.2.3 From 226c08130d6648bc53b25f45d2ec2a5d7b9f8977 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 16:43:12 +0000 Subject: DEV-41343 lljoint unit test - resurrected - this was previously disabled (and old-style monolithic tut) --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 52b370873f..ff68b2d68a 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -42,7 +42,6 @@ set(test_SOURCE_FILES llhttpnode_tut.cpp llinventoryparcel_tut.cpp lliohttpserver_tut.cpp - lljoint_tut.cpp llmime_tut.cpp llmessageconfig_tut.cpp llmodularmath_tut.cpp -- cgit v1.2.3 From c7df37b5312d60ef5b8b6d41b6c14065cffdb976 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 16:49:08 +0000 Subject: DEV-41344 convert monolithic tut lltreeiterators test to a llcommon integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index ff68b2d68a..dd11a0bc7e 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -58,7 +58,6 @@ set(test_SOURCE_FILES lltemplatemessagebuilder_tut.cpp lltimestampcache_tut.cpp lltranscode_tut.cpp - lltreeiterators_tut.cpp lltut.cpp lluri_tut.cpp lluuidhashmap_tut.cpp -- cgit v1.2.3 From f31397291b9212701679cd18bbb870ccec3a5732 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 16:59:54 +0000 Subject: DEV-41345 turn llmodularmath_tut into a real llmath unit test. --- indra/test/CMakeLists.txt | 1 - indra/test/test.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index dd11a0bc7e..db78b7b9ec 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -44,7 +44,6 @@ set(test_SOURCE_FILES lliohttpserver_tut.cpp llmime_tut.cpp llmessageconfig_tut.cpp - llmodularmath_tut.cpp llpermissions_tut.cpp llpipeutil.cpp llsaleinfo_tut.cpp diff --git a/indra/test/test.cpp b/indra/test/test.cpp index 94766a0ba2..c2e0a11156 100644 --- a/indra/test/test.cpp +++ b/indra/test/test.cpp @@ -147,7 +147,7 @@ private: stream << "\tPassed Tests:\t" << mPassedTests; if (mPassedTests == mTotalTests) { - stream << "\t\\o/ yay!!"; + stream << "\tYAY!! \\o/"; } stream << std::endl; -- cgit v1.2.3 From 986bf99839a79f13a4b16218c221cb123d4bfc15 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 18:05:15 +0000 Subject: DEV-41352 convert lluri tut test to a llcommon integration test --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index db78b7b9ec..c40f16e02c 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -58,7 +58,6 @@ set(test_SOURCE_FILES lltimestampcache_tut.cpp lltranscode_tut.cpp lltut.cpp - lluri_tut.cpp lluuidhashmap_tut.cpp llxfer_tut.cpp message_tut.cpp -- cgit v1.2.3 From db6dff1d1f1a3ba178cd24095a2bc0c56b63f0a9 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 18:10:46 +0000 Subject: DEV-41354 convert llerror tut test into a llcommon integration test --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index c40f16e02c..27f3582562 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -34,7 +34,6 @@ set(test_SOURCE_FILES llbuffer_tut.cpp lldependencies_tut.cpp lldoubledispatch_tut.cpp - llerror_tut.cpp llevents_tut.cpp llhost_tut.cpp llhttpdate_tut.cpp -- cgit v1.2.3 From 11501bb4b465cc5fb8a746afd46c2c8b9b288248 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 18:16:51 +0000 Subject: DEV-41355 convert llmime monolithic tut test to a llmessage unit test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 27f3582562..09c5ccbe33 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -41,7 +41,6 @@ set(test_SOURCE_FILES llhttpnode_tut.cpp llinventoryparcel_tut.cpp lliohttpserver_tut.cpp - llmime_tut.cpp llmessageconfig_tut.cpp llpermissions_tut.cpp llpipeutil.cpp -- cgit v1.2.3 From 7c55efa4bc390d228fe89517637fb7042b61bc5b Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 18:41:04 +0000 Subject: DEV-41363 convert legacy llhost tut test into a llmessage integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 09c5ccbe33..e2dbd84979 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -35,7 +35,6 @@ set(test_SOURCE_FILES lldependencies_tut.cpp lldoubledispatch_tut.cpp llevents_tut.cpp - llhost_tut.cpp llhttpdate_tut.cpp llhttpclient_tut.cpp llhttpnode_tut.cpp -- cgit v1.2.3 From 56fed69c4a5c801e46b61f85e6e01fcd302ae2e5 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 19:06:40 +0000 Subject: remove moved test from this CMakeLists. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index e2dbd84979..9d8e781d48 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -29,7 +29,6 @@ include_directories( set(test_SOURCE_FILES io.cpp # llapp_tut.cpp # Temporarily removed until thread issues can be solved - llbase64_tut.cpp llblowfish_tut.cpp llbuffer_tut.cpp lldependencies_tut.cpp -- cgit v1.2.3