Merged revisions 3759-3762 via svnmerge from
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 11 Nov 2008 02:23:03 +0000 (02:23 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 11 Nov 2008 02:23:03 +0000 (02:23 +0000)
commit11eee89f65810a54fa080bd1c676d54861e4de08
tree80a861399523ed4e279673b3704bf470c9e67445
parent3f4a86b7dfc4e5558da49dfc9956a6b85a7c2efc
Merged revisions 3759-3762 via svnmerge from
http://scons.tigris.org/svn/scons/branches/sgk_subst

........
  r3759 | stevenknight | 2008-11-03 17:59:30 -0800 (Mon, 03 Nov 2008) | 3 lines

  Refactor individual unit test methods into separate TestCase
  sbblcasses, so we can start re-using test fixtures.
........
  r3760 | stevenknight | 2008-11-03 18:43:01 -0800 (Mon, 03 Nov 2008) | 4 lines

  Refactor the overlapping classes and dictionaries of values for testing
  scons_subst() and scons_subst_list() into the common SubstTestCase base
  class so we can re-use the same input for testing the new code.
........
  r3761 | stevenknight | 2008-11-03 22:43:51 -0800 (Mon, 03 Nov 2008) | 3 lines

  Split the large test methods into separate test methods for
  specific, individual pieces of functionality.
........
  r3762 | stevenknight | 2008-11-04 05:06:43 -0800 (Tue, 04 Nov 2008) | 4 lines

  Share code the basic comparison code between the scons_subst()
  and scons_subst_list() test cases by moving it into the base class
  and wrapping the call.
........

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3779 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/SubstTests.py