test case tweak: preserve download order test, fix test case name
(remove the incomplete expected from test case name)
This commit is contained in:
parent
820b0b0793
commit
fb7fb05b5e
|
@ -137,7 +137,7 @@ public class DBWriterTest {
|
||||||
@RunWith(Parameterized.class)
|
@RunWith(Parameterized.class)
|
||||||
public static class ItemEnqueuePositionCalculatorPreserveDownloadOrderTest {
|
public static class ItemEnqueuePositionCalculatorPreserveDownloadOrderTest {
|
||||||
|
|
||||||
@Parameters(name = "{index}: case<{0}>, expected:{1}")
|
@Parameters(name = "{index}: case<{0}>")
|
||||||
public static Iterable<Object[]> data() {
|
public static Iterable<Object[]> data() {
|
||||||
Options optDefault = new Options();
|
Options optDefault = new Options();
|
||||||
Options optEnqAtFront = new Options().setEnqueueAtFront(true);
|
Options optEnqAtFront = new Options().setEnqueueAtFront(true);
|
||||||
|
|
Loading…
Reference in New Issue