Rename it so that nobody else falls into the trap laid out (the test is VariantToTable, the walker is Variant[s]ToTable)
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4844 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
5e27e9162f
commit
5a27d231fa
|
|
@ -32,7 +32,7 @@ import org.testng.annotations.DataProvider;
|
|||
import java.util.*;
|
||||
import java.io.File;
|
||||
|
||||
public class VariantToTableIntegrationTest extends WalkerTest {
|
||||
public class VariantsToTableIntegrationTest extends WalkerTest {
|
||||
@Test(enabled = true)
|
||||
public void testComplexVariantsToTable() {
|
||||
// functional class is a wild card operator
|
||||
Loading…
Reference in New Issue