From 306759835d8aed3a041a59dafaa20a8c708e2dd4 Mon Sep 17 00:00:00 2001
From: Squire <squire@lindenlab.com>
Date: Mon, 20 Jun 2011 11:07:17 -0700
Subject: [PATCH] Added more tests to cover the common examples in the crash
 logs

---
 indra/llvfs/tests/lldiriterator_test.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/indra/llvfs/tests/lldiriterator_test.cpp b/indra/llvfs/tests/lldiriterator_test.cpp
index 0e7017f59f..aacc5a616a 100644
--- a/indra/llvfs/tests/lldiriterator_test.cpp
+++ b/indra/llvfs/tests/lldiriterator_test.cpp
@@ -50,7 +50,10 @@ namespace tut
     */
     void test_chop_662(void)
     {
+        //  Check a selection of bad group names from the crash reports 
         LLDirIterator iter(".","+bad-group-name]+??-??.*");
+        LLDirIterator iter(".","))--@---bad-group-name2((??-??.*\.txt");
+        LLDirIterator iter(".","__^v--x)Cuide d sua vida(x--v^__??-??.*"); 
     }
 
     template<> template<>
-- 
GitLab