bug8790 307 B

123456
  1. o Minor code improvements:
  2. - Remove instances of strcpy from the unit tests. They weren't
  3. hurting anything, since they were only in the unit tests, but
  4. it's embarassing to have strcpy() in the code at all, and some
  5. analysis tools don't like it. Fixes 8790. Patch from Arlo Breault.