diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-09-01 14:41:04 +0000 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-09-01 14:41:04 +0000 |
commit | 3069355a6f33b7bbcfc8c493910a40e6836249e1 (patch) | |
tree | 02220b7fafc585f05fd0da080359105c696aa2f7 /indra/newview | |
parent | cbad737f59572c9616920fbfb0a54877ade03f8a (diff) |
DEV-34522: [COMMENTS ONLY] clean up comments about (formerly) disabled tests
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index a34c9782c0..b95c5d46dd 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1511,11 +1511,6 @@ endif (INSTALL) include(LLAddBuildTest) SET(viewer_TEST_SOURCE_FILES llagentaccess.cpp - # Not *actually* a unit test, it's an integration test. - # Because it won't work in the new unit test iface, i've commented out - # and notified Nat. Delete this when it's replaced! - # + poppy & brad 2009-06-05 - # llcapabilitylistener.cpp ) set_source_files_properties( ${viewer_TEST_SOURCE_FILES} |