diff options
author | Squire <squire@lindenlab.com> | 2011-06-20 11:07:17 -0700 |
---|---|---|
committer | Squire <squire@lindenlab.com> | 2011-06-20 11:07:17 -0700 |
commit | 306759835d8aed3a041a59dafaa20a8c708e2dd4 (patch) | |
tree | 7535aa9ce9f0974de81d86d4edd653f5bf15fe91 /indra/llvfs | |
parent | c0971cd0a196dfcf9bd1be9fc2c77c817438c24a (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.cpp | 3 |
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<> |