Changeset 161

Show
Ignore:
Timestamp:
03/12/06 09:45:10 (3 years ago)
Author:
tim
Message:

updated tests to cope with default of no cache building

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/tim/pyramid/test/tests.py

    r119 r161  
    239239            datapath = self.buildtestpath / buildtest / 'data' 
    240240            checkedresultpath = self.buildtestpath / buildtest / 'expected' 
    241             build.build(datapath,TEMPFOLDER / buildtest
     241            build.build(datapath,TEMPFOLDER / buildtest,createcache=True
    242242             
    243243            self.assertEqual(compareDirs(TEMPFOLDER / buildtest,checkedresultpath,skipdirs,['.cache.dump']),True)