Remove an unused File reference in test code

Change-Id: Ib0d6c36811df719a53c66e9fa7460b89b2faf98b
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
This commit is contained in:
Robin Rosenberg 2010-07-16 00:35:47 +02:00
parent 845714158a
commit 9d589c88f7
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ public void testInitialization() {
else
fail("Base directory not initialized");
test = new File("/tmp/not/part/of/repo/path");
}
public void testRules() {