Tidying up test file
This commit is contained in:
parent
97ea151134
commit
2e9708c16d
@ -14,16 +14,8 @@ import com.google.refine.util.ParsingUtilities;
|
||||
|
||||
public class MassOperationTests extends RefineTest {
|
||||
|
||||
List<Edit> editList;
|
||||
String editsString = null;
|
||||
|
||||
@BeforeMethod
|
||||
public void setUp() {
|
||||
}
|
||||
|
||||
@AfterMethod
|
||||
public void tearDown() {
|
||||
}
|
||||
private List<Edit> editList;
|
||||
private String editsString = null;
|
||||
|
||||
@Test
|
||||
public void testReconstructEditString() throws Exception {
|
||||
|
Loading…
Reference in New Issue
Block a user