Fix a failing unit test to work around the file system being slow
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 22 Sep 2007 18:44:56 +0000 (14:44 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 22 Sep 2007 18:44:56 +0000 (14:44 -0400)
commit055c1cde4794b8edcae831ee2176bc7d57b9c900
tree6256e72016d6708d3b342c0913cf12f4f0c1a5e2
parent9204611f8989bd5a992bc6350e0639cda8f5fe44
Fix a failing unit test to work around the file system being slow

* UnitTest/TemplateTest.php:
(TemplateTest::testDbCache): sleep() for a second in order to allow the file system to catch up to the changes we're making
UnitTest/TemplateTest.php