git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24811 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -61,6 +61,11 @@ class Zend_Search_Lucene_LuceneTest extends PHPUnit_Framework_TestCase
closedir($dir);
}
+ public function setUp()
+ {
+ $this->_clearDirectory(dirname(__FILE__) . '/_index/_files');
+ }
+
public function testCreate()
{
$index = Zend_Search_Lucene::create(dirname(__FILE__) . '/_index/_files');