Switch File Based Large Message Tests
This commit is contained in:
parent
a7c80fbf9d
commit
2fdbba54dc
|
@ -81,9 +81,7 @@ public abstract class LargeMessageTestBase extends ActiveMQTestBase {
|
||||||
|
|
||||||
@Parameterized.Parameters(name = "storeType={0}")
|
@Parameterized.Parameters(name = "storeType={0}")
|
||||||
public static Collection<Object[]> data() {
|
public static Collection<Object[]> data() {
|
||||||
// Object[][] params = new Object[][] {{StoreConfiguration.StoreType.FILE}, {StoreConfiguration.StoreType.DATABASE}};
|
Object[][] params = new Object[][]{{StoreConfiguration.StoreType.FILE}, {StoreConfiguration.StoreType.DATABASE}};
|
||||||
Object[][] params = new Object[][] {{StoreConfiguration.StoreType.DATABASE}};
|
|
||||||
//Object[][] params = new Object[][] {{StoreConfiguration.StoreType.FILE}};
|
|
||||||
return Arrays.asList(params);
|
return Arrays.asList(params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue