OSSP CVS Repository

ossp - Check-in [1528]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 1528
Date: 2002-Jan-09 12:17:20 (local)
2002-Jan-09 11:17:20 (UTC)
User:rse
Branch:
Comment: Fixed a test case where the expected result was incorrect. Thus, the test didn't not fail even though search_and_replace() contained a bug.
Tickets:
Inspections:
Files:
ossp-pkg/var/var_test.c      1.30 -> 1.31     1 inserted, 1 deleted

ossp-pkg/var/var_test.c 1.30 -> 1.31

--- var_test.c   2002/01/02 17:12:18     1.30
+++ var_test.c   2002/01/09 11:17:20     1.31
@@ -159,7 +159,7 @@
         { "${HOME:s/g(res)s/x\\1x/g}",    "/home/rexresxion-tests"                         },
         { "${HOME:s/(s+)/_\\1_/g}",       "/home/regre_ss_ion-te_s_t_s_"                   },
         { "${HOME:s/\\x65/\\x45/g}",      "/homE/rEgrEssion-tEsts"                         },
-        { "${HOME:s/(s*)/x\\1X/g}",       "xXxXxXxXxXxXxXxXxXxXxXxssXxXxXxXxXxXxXxsXxXxsX" },
+        { "${HOME:s/(s*)/x\\1X/g}",       "xX/xXhxXoxXmxXexX/xXrxXexXgxXrxXexssXxXixXoxXnxX-xXtxXexsXxXtxsX" },
         { "${HOME:s/./\\\\/g}",           "\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"   },
         { "${ARRAY[1]}",                  "entry1",                                        },
         { "${ARRAY[5+4*2-1]}",            "${ARRAY[5+4*2-1]}",                             },

CVSTrac 2.0.1