summaryrefslogtreecommitdiff
path: root/indra/llvfs
diff options
context:
space:
mode:
authorSquire <squire@lindenlab.com>2011-06-20 11:07:17 -0700
committerSquire <squire@lindenlab.com>2011-06-20 11:07:17 -0700
commit306759835d8aed3a041a59dafaa20a8c708e2dd4 (patch)
tree7535aa9ce9f0974de81d86d4edd653f5bf15fe91 /indra/llvfs
parentc0971cd0a196dfcf9bd1be9fc2c77c817438c24a (diff)
Added more tests to cover the common examples in the crash logs
Diffstat (limited to 'indra/llvfs')
-rw-r--r--indra/llvfs/tests/lldiriterator_test.cpp3
1 files changed, 3 insertions, 0 deletions
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<>