TestBackwardsCompatibility typo - rmDir already computes fullDir

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@515893 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doron Cohen 2007-03-08 02:11:50 +00:00
parent 622d58b3f8
commit 35c0da7cab
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class TestBackwardsCompatibility extends TestCase
String dirName = fullDir(destDirName);
File fileDir = new File(dirName);
rmDir(dirName);
rmDir(destDirName);
fileDir.mkdir();