From f02dc7e1b6c26d897628617a870f250004febee0 Mon Sep 17 00:00:00 2001
From: Squire <squire@lindenlab.com>
Date: Mon, 20 Jun 2011 12:17:25 -0700
Subject: [PATCH] CHOP-662 Coupl of fixes to extended unit-test

---
 indra/llvfs/tests/lldiriterator_test.cpp | 4 ++--
 1 file 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<>
-- 
GitLab