Changeset 161
- Timestamp:
- 03/12/06 09:45:10 (3 years ago)
- Files:
-
- branches/tim/pyramid/test/tests.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/tim/pyramid/test/tests.py
r119 r161 239 239 datapath = self.buildtestpath / buildtest / 'data' 240 240 checkedresultpath = self.buildtestpath / buildtest / 'expected' 241 build.build(datapath,TEMPFOLDER / buildtest )241 build.build(datapath,TEMPFOLDER / buildtest,createcache=True) 242 242 243 243 self.assertEqual(compareDirs(TEMPFOLDER / buildtest,checkedresultpath,skipdirs,['.cache.dump']),True)
