From 6bea6bfa45f9f049a8d537b545d1f1969e14d56a Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Wed, 17 Dec 2014 14:57:41 -0500
Subject: [PATCH] Delete misleading comment about testing llcapabilitylistener.
 There was a comment in CMakeLists.txt left over from 2009 (!) about
 commenting out the unit test for llcapabilitylistener. Fortunately we've
 since reinstated the test as an integration test, but the comment was never
 removed -- until now.

---
 indra/newview/CMakeLists.txt | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 0905ae7a738..5acbe400504 100755
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -2371,11 +2371,6 @@ include(LLAddBuildTest)
 SET(viewer_TEST_SOURCE_FILES
   llagentaccess.cpp
   llwlparammanager.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}
-- 
GitLab