diff options
author | Squire <squire@lindenlab.com> | 2011-06-20 12:17:25 -0700 |
---|---|---|
committer | Squire <squire@lindenlab.com> | 2011-06-20 12:17:25 -0700 |
commit | f02dc7e1b6c26d897628617a870f250004febee0 (patch) | |
tree | bcf63b09c6a0d1c5d649ba61bf2e9082b214b3a4 /indra/llvfs | |
parent | aa15185bc858c14d2cdc402b0ed74293c2c3e693 (diff) |
CHOP-662 Coupl of fixes to extended unit-test
Diffstat (limited to 'indra/llvfs')
-rw-r--r-- | indra/llvfs/tests/lldiriterator_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llvfs/tests/lldiriterator_test.cpp b/indra/llvfs/tests/lldiriterator_test.cpp index aacc5a616a..505d86faa7 100644 --- a/indra/llvfs/tests/lldiriterator_test.cpp +++ b/indra/llvfs/tests/lldiriterator_test.cpp @@ -52,8 +52,8 @@ namespace tut { // 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^__??-??.*"); + LLDirIterator iter1(".","))--@---bad-group-name2((??-??.*\\.txt"); + LLDirIterator iter2(".","__^v--x)Cuide d sua vida(x--v^__??-??.*"); } template<> template<> |